#5DACFA

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

Shades of Cornflower Blue #5DACFA

Tints of Cornflower Blue #5DACFA

Color information

#5DACFA (or 0x5DACFA) is unknown color: approx Cornflower Blue. HEX triplet: 5D, AC and FA. RGB value is (93,172,250). Sum of RGB (Red+Green+Blue) = 93+172+250=515 (68% of max value = 765). Red value is 93 (36.72% from 255 or 18.06% from 515); Green value is 172 (67.58% from 255 or 33.40% from 515); Blue value is 250 (98.05% from 255 or 48.54% from 515); Max value from RGB is 250 - color contains mainly: blue. Hex color #5DACFA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5DACFA is #A25305. Grayscale: #9C9C9C. Windows color (decimal): -10638086 or 16428125. OLE color: 16428125.

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

Color convert

RGB93172250-
CMYK0.630.3100.02
HSL209.81º94.01%67.25%-
HSV(B)209.81º62.8%98.04%-
XYZ36.5238.7395.99-
YUV157.27180.3382.16-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 18.06%
GREEN value IS 172 (67.58% from 255) = 33.40%
BLUE value IS 250 (98.05% from 255) = 48.54%
R=18.06%
G=33.40%
B=48.54%

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
Decimal931722500.630.3100.02209.8194.0167.25
Hex5DACFA3F1F02d25e43
Octal135254372773702322136103
Binary10111011010110011111010111111111110101101001010111101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5DACFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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