#599AFB

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

Shades of Cornflower Blue #599AFB

Tints of Cornflower Blue #599AFB

Color information

#599AFB (or 0x599AFB) is unknown color: approx Cornflower Blue. HEX triplet: 59, 9A and FB. RGB value is (89,154,251). Sum of RGB (Red+Green+Blue) = 89+154+251=494 (65% of max value = 765). Red value is 89 (35.16% from 255 or 18.02% from 494); Green value is 154 (60.55% from 255 or 31.17% from 494); Blue value is 251 (98.44% from 255 or 50.81% from 494); Max value from RGB is 251 - color contains mainly: blue. Hex color #599AFB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #599AFB is #A66504. Grayscale: #919191. Windows color (decimal): -10904837 or 16489049. OLE color: 16489049.

HSL color Cylindrical-coordinate representation of color #599AFB: hue angle of 215.93º degrees, saturation: 0.95, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #599AFB is Cyan = 0.65, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB89154251-
CMYK0.650.3900.02
HSL215.93º95.29%66.67%-
HSV(B)215.93º64.54%98.43%-
XYZ33.0932.295.74-
YUV145.62187.4787.61-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 18.02%
GREEN value IS 154 (60.55% from 255) = 31.17%
BLUE value IS 251 (98.44% from 255) = 50.81%
R=18.02%
G=31.17%
B=50.81%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal891542510.650.3900.02215.9395.2966.67
Hex599AFB412702d85f43
Octal1312323731014702330137103
Binary1011001100110101111101110000011001110101101100010111111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #599AFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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