#69BCC4

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

Shades of Glacier #69BCC4

Tints of Glacier #69BCC4

Color information

#69BCC4 (or 0x69BCC4) is unknown color: approx Glacier. HEX triplet: 69, BC and C4. RGB value is (105,188,196). Sum of RGB (Red+Green+Blue) = 105+188+196=489 (64% of max value = 765). Red value is 105 (41.41% from 255 or 21.47% from 489); Green value is 188 (73.83% from 255 or 38.45% from 489); Blue value is 196 (76.95% from 255 or 40.08% from 489); Max value from RGB is 196 - color contains mainly: blue. Hex color #69BCC4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #69BCC4 is #96433B. Grayscale: #A3A3A3. Windows color (decimal): -9847612 or 12893289. OLE color: 12893289.

HSL color Cylindrical-coordinate representation of color #69BCC4: hue angle of 185.27º degrees, saturation: 0.44, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #69BCC4 is Cyan = 0.46, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB105188196-
CMYK0.460.0400.23
HSL185.27º43.54%59.02%-
HSV(B)185.27º46.43%76.86%-
XYZ33.7742.9658.74-
YUV164.114685.85-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 21.47%
GREEN value IS 188 (73.83% from 255) = 38.45%
BLUE value IS 196 (76.95% from 255) = 40.08%
R=21.47%
G=38.45%
B=40.08%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1051881960.460.0400.23185.2743.5459.02
Hex69BCC42E4017b92c3b
Octal1512743045640272715473
Binary1101001101111001100010010111010001011110111001101100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69BCC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,188,196); }

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

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

 a { background-color: rgb(105,188,196); }

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

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

 span { border-color: rgb(105,188,196); }

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