#69B8C4

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

Shades of Glacier #69B8C4

Tints of Glacier #69B8C4

Color information

#69B8C4 (or 0x69B8C4) is unknown color: approx Glacier. HEX triplet: 69, B8 and C4. RGB value is (105,184,196). Sum of RGB (Red+Green+Blue) = 105+184+196=485 (64% of max value = 765). Red value is 105 (41.41% from 255 or 21.65% from 485); Green value is 184 (72.27% from 255 or 37.94% from 485); Blue value is 196 (76.95% from 255 or 40.41% from 485); Max value from RGB is 196 - color contains mainly: blue. Hex color #69B8C4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #69B8C4 is #96473B. Grayscale: #A1A1A1. Windows color (decimal): -9848636 or 12892265. OLE color: 12892265.

HSL color Cylindrical-coordinate representation of color #69B8C4: hue angle of 187.91º 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 #69B8C4 is Cyan = 0.46, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB105184196-
CMYK0.460.0600.23
HSL187.91º43.54%59.02%-
HSV(B)187.91º46.43%76.86%-
XYZ32.9341.2758.45-
YUV161.75147.3387.52-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 21.65%
GREEN value IS 184 (72.27% from 255) = 37.94%
BLUE value IS 196 (76.95% from 255) = 40.41%
R=21.65%
G=37.94%
B=40.41%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1051841960.460.0600.23187.9143.5459.02
Hex69B8C42E6017bc2c3b
Octal1512703045660272745473
Binary1101001101110001100010010111011001011110111100101100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69B8C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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