#5DACFB

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

Shades of Cornflower Blue #5DACFB

Tints of Cornflower Blue #5DACFB

Color information

#5DACFB (or 0x5DACFB) is unknown color: approx Cornflower Blue. HEX triplet: 5D, AC and FB. RGB value is (93,172,251). Sum of RGB (Red+Green+Blue) = 93+172+251=516 (68% of max value = 765). Red value is 93 (36.72% from 255 or 18.02% from 516); Green value is 172 (67.58% from 255 or 33.33% from 516); Blue value is 251 (98.44% from 255 or 48.64% from 516); Max value from RGB is 251 - color contains mainly: blue. Hex color #5DACFB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5DACFB is #A25304. Grayscale: #9C9C9C. Windows color (decimal): -10638085 or 16493661. OLE color: 16493661.

HSL color Cylindrical-coordinate representation of color #5DACFB: hue angle of 210º degrees, saturation: 0.95, 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 #5DACFB is Cyan = 0.63, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB93172251-
CMYK0.630.3100.02
HSL210º95.18%67.45%-
HSV(B)210º62.95%98.43%-
XYZ36.6838.896.82-
YUV157.38180.8382.08-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 18.02%
GREEN value IS 172 (67.58% from 255) = 33.33%
BLUE value IS 251 (98.44% from 255) = 48.64%
R=18.02%
G=33.33%
B=48.64%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal931722510.630.3100.0221095.1867.45
Hex5DACFB3F1F02d25f43
Octal135254373773702322137103
Binary10111011010110011111011111111111110101101001010111111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5DACFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,172,251); }

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

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

 a { background-color: rgb(93,172,251); }

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

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

 span { border-color: rgb(93,172,251); }

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