#659FA8

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

Shades of Cadet Blue #659FA8

Tints of Cadet Blue #659FA8

Color information

#659FA8 (or 0x659FA8) is unknown color: approx Cadet Blue. HEX triplet: 65, 9F and A8. RGB value is (101,159,168). Sum of RGB (Red+Green+Blue) = 101+159+168=428 (56% of max value = 765). Red value is 101 (39.84% from 255 or 23.60% from 428); Green value is 159 (62.5% from 255 or 37.15% from 428); Blue value is 168 (66.02% from 255 or 39.25% from 428); Max value from RGB is 168 - color contains mainly: blue. Hex color #659FA8 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #659FA8 is #9A6057. Grayscale: #8E8E8E. Windows color (decimal): -10117208 or 11050853. OLE color: 11050853.

HSL color Cylindrical-coordinate representation of color #659FA8: hue angle of 188.06º degrees, saturation: 0.28, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #659FA8 is Cyan = 0.40, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB101159168-
CMYK0.400.0500.34
HSL188.06º27.8%52.75%-
HSV(B)188.06º39.88%65.88%-
XYZ24.8330.3941.6-
YUV142.68142.2898.27-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 23.60%
GREEN value IS 159 (62.5% from 255) = 37.15%
BLUE value IS 168 (66.02% from 255) = 39.25%
R=23.60%
G=37.15%
B=39.25%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1011591680.400.0500.34188.0627.852.75
Hex659FA8285022bc1c35
Octal1452372505050422743465
Binary1100101100111111010100010100010101000101011110011100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #659FA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(101,159,168); }

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

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

 a { background-color: rgb(101,159,168); }

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

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

 span { border-color: rgb(101,159,168); }

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