#5AABFD

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

Shades of Cornflower Blue #5AABFD

Tints of Cornflower Blue #5AABFD

Color information

#5AABFD (or 0x5AABFD) is unknown color: approx Cornflower Blue. HEX triplet: 5A, AB and FD. RGB value is (90,171,253). Sum of RGB (Red+Green+Blue) = 90+171+253=514 (68% of max value = 765). Red value is 90 (35.55% from 255 or 17.51% from 514); Green value is 171 (67.19% from 255 or 33.27% from 514); Blue value is 253 (99.22% from 255 or 49.22% from 514); Max value from RGB is 253 - color contains mainly: blue. Hex color #5AABFD is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5AABFD is #A55402. Grayscale: #9B9B9B. Windows color (decimal): -10834947 or 16624474. OLE color: 16624474.

HSL color Cylindrical-coordinate representation of color #5AABFD: hue angle of 210.18º degrees, saturation: 0.98, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5AABFD is Cyan = 0.64, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB90171253-
CMYK0.640.3200.01
HSL210.18º97.6%67.25%-
HSV(B)210.18º64.43%99.22%-
XYZ36.5138.3998.41-
YUV156.13182.6680.83-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 17.51%
GREEN value IS 171 (67.19% from 255) = 33.27%
BLUE value IS 253 (99.22% from 255) = 49.22%
R=17.51%
G=33.27%
B=49.22%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal901712530.640.3200.01210.1897.667.25
Hex5AABFD402001d26243
Octal1322533751004001322142103
Binary101101010101011111111011000000100000011101001011000101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5AABFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5AABFD; }

 p { color: rgb(90,171,253); }

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

<style>
 a { background-color: #5AABFD; }

 a { background-color: rgb(90,171,253); }

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

<style>
 span { border-color: #5AABFD; }

 span { border-color: rgb(90,171,253); }

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