#69BFC6

Color #69BFC6 Glacier (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Glacier #69BFC6

Tints of Glacier #69BFC6

Color information

#69BFC6 (or 0x69BFC6) is unknown color: approx Glacier. HEX triplet: 69, BF and C6. RGB value is (105,191,198). Sum of RGB (Red+Green+Blue) = 105+191+198=494 (65% of max value = 765). Red value is 105 (41.41% from 255 or 21.26% from 494); Green value is 191 (75% from 255 or 38.66% from 494); Blue value is 198 (77.73% from 255 or 40.08% from 494); Max value from RGB is 198 - color contains mainly: blue. Hex color #69BFC6 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #69BFC6 is #964039. Grayscale: #A5A5A5. Windows color (decimal): -9846842 or 13025129. OLE color: 13025129.

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

Color convert

RGB105191198-
CMYK0.470.0400.22
HSL184.52º44.93%59.41%-
HSV(B)184.52º46.97%77.65%-
XYZ34.6544.3460.16-
YUV166.08146.0184.43-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 21.26%
GREEN value IS 191 (75% from 255) = 38.66%
BLUE value IS 198 (77.73% from 255) = 40.08%
R=21.26%
G=38.66%
B=40.08%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1051911980.470.0400.22184.5244.9359.41
Hex69BFC62F4016b92d3b
Octal1512773065740262715573
Binary1101001101111111100011010111110001011010111001101101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69BFC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #69BFC6;
 }
 .AnyTagClassName
 {
   color: #69BFC6;
 }
</style>
background-color css

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

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

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

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

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

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