#599AE2

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

Shades of Cornflower Blue #599AE2

Tints of Cornflower Blue #599AE2

Color information

#599AE2 (or 0x599AE2) is unknown color: approx Cornflower Blue. HEX triplet: 59, 9A and E2. RGB value is (89,154,226). Sum of RGB (Red+Green+Blue) = 89+154+226=469 (62% of max value = 765). Red value is 89 (35.16% from 255 or 18.98% from 469); Green value is 154 (60.55% from 255 or 32.84% from 469); Blue value is 226 (88.67% from 255 or 48.19% from 469); Max value from RGB is 226 - color contains mainly: blue. Hex color #599AE2 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #599AE2 is #A6651D. Grayscale: #8E8E8E. Windows color (decimal): -10904862 or 14850649. OLE color: 14850649.

HSL color Cylindrical-coordinate representation of color #599AE2: hue angle of 211.53º degrees, saturation: 0.7, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #599AE2 is Cyan = 0.61, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB89154226-
CMYK0.610.3200.11
HSL211.53º70.26%61.76%-
HSV(B)211.53º60.62%88.63%-
XYZ29.430.7376.33-
YUV142.77174.9789.65-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 18.98%
GREEN value IS 154 (60.55% from 255) = 32.84%
BLUE value IS 226 (88.67% from 255) = 48.19%
R=18.98%
G=32.84%
B=48.19%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal891542260.610.3200.11211.5370.2661.76
Hex599AE23D200Bd4463e
Octal131232342754001332410676
Binary1011001100110101110001011110110000001011110101001000110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #599AE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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