#599AE1

Color #599AE1 Cornflower Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cornflower Blue #599AE1

Tints of Cornflower Blue #599AE1

Color information

#599AE1 (or 0x599AE1) is unknown color: approx Cornflower Blue. HEX triplet: 59, 9A and E1. RGB value is (89,154,225). Sum of RGB (Red+Green+Blue) = 89+154+225=468 (61% of max value = 765). Red value is 89 (35.16% from 255 or 19.02% from 468); Green value is 154 (60.55% from 255 or 32.91% from 468); Blue value is 225 (88.28% from 255 or 48.08% from 468); Max value from RGB is 225 - color contains mainly: blue. Hex color #599AE1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #599AE1 is #A6651E. Grayscale: #8E8E8E. Windows color (decimal): -10904863 or 14785113. OLE color: 14785113.

HSL color Cylindrical-coordinate representation of color #599AE1: hue angle of 211.32º degrees, saturation: 0.69, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #599AE1 is Cyan = 0.60, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB89154225-
CMYK0.600.3200.12
HSL211.32º69.39%61.57%-
HSV(B)211.32º60.44%88.24%-
XYZ29.2730.6775.61-
YUV142.66174.4789.73-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 19.02%
GREEN value IS 154 (60.55% from 255) = 32.91%
BLUE value IS 225 (88.28% from 255) = 48.08%
R=19.02%
G=32.91%
B=48.08%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal891542250.600.3200.12211.3269.3961.57
Hex599AE13C200Cd3453e
Octal131232341744001432310576
Binary1011001100110101110000111110010000001100110100111000101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #599AE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #599AE1; }

 p { color: rgb(89,154,225); }

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

<style>
 a { background-color: #599AE1; }

 a { background-color: rgb(89,154,225); }

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

<style>
 span { border-color: #599AE1; }

 span { border-color: rgb(89,154,225); }

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