#5CACFD

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

Shades of Cornflower Blue #5CACFD

Tints of Cornflower Blue #5CACFD

Color information

#5CACFD (or 0x5CACFD) is unknown color: approx Cornflower Blue. HEX triplet: 5C, AC and FD. RGB value is (92,172,253). Sum of RGB (Red+Green+Blue) = 92+172+253=517 (68% of max value = 765). Red value is 92 (36.33% from 255 or 17.79% from 517); Green value is 172 (67.58% from 255 or 33.27% 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 #5CACFD is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5CACFD is #A35302. Grayscale: #9C9C9C. Windows color (decimal): -10703619 or 16624732. OLE color: 16624732.

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

Color convert

RGB92172253-
CMYK0.640.3200.01
HSL210.19º97.58%67.65%-
HSV(B)210.19º63.64%99.22%-
XYZ36.938.8798.49-
YUV157.3118281.41-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 17.79%
GREEN value IS 172 (67.58% from 255) = 33.27%
BLUE value IS 253 (99.22% from 255) = 48.94%
R=17.79%
G=33.27%
B=48.94%

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
Decimal921722530.640.3200.01210.1997.5867.65
Hex5CACFD402001d26244
Octal1342543751004001322142104
Binary101110010101100111111011000000100000011101001011000101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5CACFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,172,253); }

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

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

 a { background-color: rgb(92,172,253); }

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

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

 span { border-color: rgb(92,172,253); }

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