Html Css Color HEX #65B7C6 Glacier

📋 copy color: '#65B7C6'

red 101 ◦ green 183 ◦ blue 198

#65B7C6
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Glacier #65B7C6

Tints of Glacier #65B7C6

RGB

 RED value IS 101 (39.84% from 255) = 20.95%

 GREEN value IS 183 (71.88% from 255) = 37.97%

 BLUE value IS 198 (77.73% from 255) = 41.08%

R = 20.95%
G = 37.97%
B = 41.08%

CMYK

 C value IS 0.49

 M value IS 0.08

 Y value IS 0

 K value IS 0.22

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#65B7C6 (or 0x65B7C6) is known color: Glacier. HEX triplet: 65, B7 and C6. RGB value is (101,183,198). Sum of RGB (Red+Green+Blue) = 101+183+198=482 (63% of max value = 765). Red value is 101 (39.84% from 255 or 20.95% from 482); Green value is 183 (71.88% from 255 or 37.97% from 482); Blue value is 198 (77.73% from 255 or 41.08% from 482); Max value from RGB is 198 - color contains mainly: blue. Hex color #65B7C6 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #65B7C6 is #9A4839. Grayscale: #A0A0A0. Windows color (decimal): -10111034 or 13023077. OLE color: 13023077.

HSL color Cylindrical-coordinate representation of color #65B7C6: hue angle of 189.28º degrees, saturation: 0.46, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #65B7C6 is Cyan = 0.49, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 101 183 198 -
CMYK 0.49 0.08 0 0.22
HSL 189.28º 0.46% 0.59% -
HSV(B) 189.28º 0.49% 0.78% -
XYZ 32.49 40.71 59.57 -
YUV 160.19 149.33 85.78 -
System Red Green Blue C M Y K H S L
Decimal 101 183 198 0.49 0.08 0 0.22 189.28 0.46 0.59
Hex 65 B7 C6 31 8 0 16 BD 2E 3B
Octal 145 267 306 61 10 0 26 275 56 73
Binary 1100101 10110111 11000110 110001 1000 0 10110 10111101 101110 111011

Color Harmonies of #65B7C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65B7C6

Black with #65B7C6

Text Example


Text Example

White with #65B7C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #65B7C6; }

 p { color: rgb(101,183,198); }

 H1.HeaderClassName
 {
   color: #65B7C6;
 }
 .AnyTagClassName
 {
   color: #65B7C6;
 }
</style>

background-color css

<style>
 a { background-color: #65B7C6; }

 a { background-color: rgb(101,183,198); }

 div.DivClassName
 {
   background-color: #65B7C6;
 }
 .BgClassName
 {
   background-color: #65B7C6;
 }
</style>

border-color css

<style>
 span { border-color: #65B7C6; }

 span { border-color: rgb(101,183,198); }

 td.TdClassName
 {
   border-color: #65B7C6;
 }
 .TagClassName
 {
   border-color: #65B7C6;
 }
</style>