#659EAA

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

Shades of Cadet Blue #659EAA

Tints of Cadet Blue #659EAA

Color information

#659EAA (or 0x659EAA) is unknown color: approx Cadet Blue. HEX triplet: 65, 9E and AA. RGB value is (101,158,170). Sum of RGB (Red+Green+Blue) = 101+158+170=429 (56% of max value = 765). Red value is 101 (39.84% from 255 or 23.54% from 429); Green value is 158 (62.11% from 255 or 36.83% from 429); Blue value is 170 (66.80% from 255 or 39.63% from 429); Max value from RGB is 170 - color contains mainly: blue. Hex color #659EAA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #659EAA is #9A6155. Grayscale: #8E8E8E. Windows color (decimal): -10117462 or 11181669. OLE color: 11181669.

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

Color convert

RGB101158170-
CMYK0.410.0700.33
HSL190.43º28.87%53.14%-
HSV(B)190.43º40.59%66.67%-
XYZ24.8530.1242.53-
YUV142.32143.6298.52-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 23.54%
GREEN value IS 158 (62.11% from 255) = 36.83%
BLUE value IS 170 (66.80% from 255) = 39.63%
R=23.54%
G=36.83%
B=39.63%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1011581700.410.0700.33190.4328.8753.14
Hex659EAA297021be1d35
Octal1452362525170412763565
Binary1100101100111101010101010100111101000011011111011101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #659EAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #659EAA; }

 p { color: rgb(101,158,170); }

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

<style>
 a { background-color: #659EAA; }

 a { background-color: rgb(101,158,170); }

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

<style>
 span { border-color: #659EAA; }

 span { border-color: rgb(101,158,170); }

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