#5DABFA

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

Shades of Cornflower Blue #5DABFA

Tints of Cornflower Blue #5DABFA

Color information

#5DABFA (or 0x5DABFA) is unknown color: approx Cornflower Blue. HEX triplet: 5D, AB and FA. RGB value is (93,171,250). Sum of RGB (Red+Green+Blue) = 93+171+250=514 (68% of max value = 765). Red value is 93 (36.72% from 255 or 18.09% from 514); Green value is 171 (67.19% from 255 or 33.27% from 514); Blue value is 250 (98.05% from 255 or 48.64% from 514); Max value from RGB is 250 - color contains mainly: blue. Hex color #5DABFA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5DABFA is #A25405. Grayscale: #9C9C9C. Windows color (decimal): -10638342 or 16427869. OLE color: 16427869.

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

Color convert

RGB93171250-
CMYK0.630.3200.02
HSL210.19º94.01%67.25%-
HSV(B)210.19º62.8%98.04%-
XYZ36.3338.3695.93-
YUV156.68180.6682.58-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 18.09%
GREEN value IS 171 (67.19% from 255) = 33.27%
BLUE value IS 250 (98.05% from 255) = 48.64%
R=18.09%
G=33.27%
B=48.64%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal931712500.630.3200.02210.1994.0167.25
Hex5DABFA3F2002d25e43
Octal135253372774002322136103
Binary101110110101011111110101111111000000101101001010111101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5DABFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,171,250); }

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

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

 a { background-color: rgb(93,171,250); }

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

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

 span { border-color: rgb(93,171,250); }

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