#669EAB

Color #669EAB Cadet Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cadet Blue #669EAB

Tints of Cadet Blue #669EAB

Color information

#669EAB (or 0x669EAB) is unknown color: approx Cadet Blue. HEX triplet: 66, 9E and AB. RGB value is (102,158,171). Sum of RGB (Red+Green+Blue) = 102+158+171=431 (57% of max value = 765). Red value is 102 (40.23% from 255 or 23.67% from 431); Green value is 158 (62.11% from 255 or 36.66% from 431); Blue value is 171 (67.19% from 255 or 39.68% from 431); Max value from RGB is 171 - color contains mainly: blue. Hex color #669EAB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #669EAB is #996154. Grayscale: #8E8E8E. Windows color (decimal): -10051925 or 11247206. OLE color: 11247206.

HSL color Cylindrical-coordinate representation of color #669EAB: hue angle of 191.3º degrees, saturation: 0.29, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #669EAB is Cyan = 0.40, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB102158171-
CMYK0.400.0800.33
HSL191.3º29.11%53.53%-
HSV(B)191.3º40.35%67.06%-
XYZ25.0630.2243.04-
YUV142.74143.9598.94-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 23.67%
GREEN value IS 158 (62.11% from 255) = 36.66%
BLUE value IS 171 (67.19% from 255) = 39.68%
R=23.67%
G=36.66%
B=39.68%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1021581710.400.0800.33191.329.1153.53
Hex669EAB288021bf1d36
Octal14623625350100412773566
Binary11001101001111010101011101000100001000011011111111101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #669EAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #669EAB; }

 p { color: rgb(102,158,171); }

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

<style>
 a { background-color: #669EAB; }

 a { background-color: rgb(102,158,171); }

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

<style>
 span { border-color: #669EAB; }

 span { border-color: rgb(102,158,171); }

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