Html Css Color HEX #66BFC6 Glacier

📋 copy color: '#66BFC6'

red 102 ◦ green 191 ◦ blue 198

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

Shades of Glacier #66BFC6

Tints of Glacier #66BFC6

RGB

 RED value IS 102 (40.23% from 255) = 20.77%

 GREEN value IS 191 (75% from 255) = 38.9%

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

R = 20.77%
G = 38.9%
B = 40.33%

CMYK

 C value IS 0.48

 M value IS 0.04

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#66BFC6 (or 0x66BFC6) is known color: Glacier. HEX triplet: 66, BF and C6. RGB value is (102,191,198). Sum of RGB (Red+Green+Blue) = 102+191+198=491 (65% of max value = 765). Red value is 102 (40.23% from 255 or 20.77% from 491); Green value is 191 (75% from 255 or 38.90% from 491); Blue value is 198 (77.73% from 255 or 40.33% from 491); Max value from RGB is 198 - color contains mainly: blue. Hex color #66BFC6 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #66BFC6 is #994039. Grayscale: #A5A5A5. Windows color (decimal): -10043450 or 13025126. OLE color: 13025126.

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

Color convert

RGB 102 191 198 -
CMYK 0.48 0.04 0 0.22
HSL 184.38º 0.46% 0.59% -
HSV(B) 184.38º 0.48% 0.78% -
XYZ 34.3 44.16 60.14 -
YUV 165.19 146.51 82.93 -
System Red Green Blue C M Y K H S L
Decimal 102 191 198 0.48 0.04 0 0.22 184.38 0.46 0.59
Hex 66 BF C6 30 4 0 16 B8 2E 3B
Octal 146 277 306 60 4 0 26 270 56 73
Binary 1100110 10111111 11000110 110000 100 0 10110 10111000 101110 111011

Color Harmonies of #66BFC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66BFC6

Black with #66BFC6

Text Example


Text Example

White with #66BFC6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #66BFC6; }

 p { color: rgb(102,191,198); }

 H1.HeaderClassName
 {
   color: #66BFC6;
 }
 .AnyTagClassName
 {
   color: #66BFC6;
 }
</style>

background-color css

<style>
 a { background-color: #66BFC6; }

 a { background-color: rgb(102,191,198); }

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

border-color css

<style>
 span { border-color: #66BFC6; }

 span { border-color: rgb(102,191,198); }

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