#5DABFD

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

Shades of Cornflower Blue #5DABFD

Tints of Cornflower Blue #5DABFD

Color information

#5DABFD (or 0x5DABFD) is unknown color: approx Cornflower Blue. HEX triplet: 5D, AB and FD. RGB value is (93,171,253). Sum of RGB (Red+Green+Blue) = 93+171+253=517 (68% of max value = 765). Red value is 93 (36.72% from 255 or 17.99% from 517); Green value is 171 (67.19% from 255 or 33.08% from 517); Blue value is 253 (99.22% from 255 or 48.94% from 517); Max value from RGB is 253 - color contains mainly: blue. Hex color #5DABFD is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5DABFD is #A25402. Grayscale: #9C9C9C. Windows color (decimal): -10638339 or 16624477. OLE color: 16624477.

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

Color convert

RGB93171253-
CMYK0.630.3200.01
HSL210.75º97.56%67.84%-
HSV(B)210.75º63.24%99.22%-
XYZ36.8138.5498.43-
YUV157.03182.1682.33-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 17.99%
GREEN value IS 171 (67.19% from 255) = 33.08%
BLUE value IS 253 (99.22% from 255) = 48.94%
R=17.99%
G=33.08%
B=48.94%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal931712530.630.3200.01210.7597.5667.84
Hex5DABFD3F2001d36244
Octal135253375774001323142104
Binary10111011010101111111101111111100000011101001111000101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5DABFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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