#599BED

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

Shades of Cornflower Blue #599BED

Tints of Cornflower Blue #599BED

Color information

#599BED (or 0x599BED) is unknown color: approx Cornflower Blue. HEX triplet: 59, 9B and ED. RGB value is (89,155,237). Sum of RGB (Red+Green+Blue) = 89+155+237=481 (63% of max value = 765). Red value is 89 (35.16% from 255 or 18.50% from 481); Green value is 155 (60.94% from 255 or 32.22% from 481); Blue value is 237 (92.97% from 255 or 49.27% from 481); Max value from RGB is 237 - color contains mainly: blue. Hex color #599BED is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #599BED is #A66412. Grayscale: #909090. Windows color (decimal): -10904595 or 15571801. OLE color: 15571801.

HSL color Cylindrical-coordinate representation of color #599BED: hue angle of 213.24º degrees, saturation: 0.8, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #599BED is Cyan = 0.62, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB89155237-
CMYK0.620.3500.07
HSL213.24º80.43%63.92%-
HSV(B)213.24º62.45%92.94%-
XYZ31.1331.6884.6-
YUV144.61180.1388.33-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 18.50%
GREEN value IS 155 (60.94% from 255) = 32.22%
BLUE value IS 237 (92.97% from 255) = 49.27%
R=18.50%
G=32.22%
B=49.27%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal891552370.620.3500.07213.2480.4363.92
Hex599BED3E2307d55040
Octal131233355764307325120100
Binary1011001100110111110110111111010001101111101010110100001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #599BED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(89,155,237); }

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

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

 a { background-color: rgb(89,155,237); }

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

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

 span { border-color: rgb(89,155,237); }

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