#669FAA

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

Shades of Cadet Blue #669FAA

Tints of Cadet Blue #669FAA

Color information

#669FAA (or 0x669FAA) is unknown color: approx Cadet Blue. HEX triplet: 66, 9F and AA. RGB value is (102,159,170). Sum of RGB (Red+Green+Blue) = 102+159+170=431 (57% of max value = 765). Red value is 102 (40.23% from 255 or 23.67% from 431); Green value is 159 (62.5% from 255 or 36.89% from 431); Blue value is 170 (66.80% from 255 or 39.44% from 431); Max value from RGB is 170 - color contains mainly: blue. Hex color #669FAA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #669FAA is #996055. Grayscale: #8F8F8F. Windows color (decimal): -10051670 or 11181926. OLE color: 11181926.

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

Color convert

RGB102159170-
CMYK0.40.0600.33
HSL189.71º28.57%53.33%-
HSV(B)189.71º40%66.67%-
XYZ25.1330.5242.6-
YUV143.21143.1298.61-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 23.67%
GREEN value IS 159 (62.5% from 255) = 36.89%
BLUE value IS 170 (66.80% from 255) = 39.44%
R=23.67%
G=36.89%
B=39.44%

CMYK

C (Cyan) values IS 0.4
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1021591700.40.0600.33189.7128.5753.33
Hex669FAA286021be1d35
Octal1462372525060412763565
Binary1100110100111111010101010100011001000011011111011101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #669FAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(102,159,170); }

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

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

 a { background-color: rgb(102,159,170); }

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

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

 span { border-color: rgb(102,159,170); }

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