#5CABFD

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

Shades of Cornflower Blue #5CABFD

Tints of Cornflower Blue #5CABFD

Color information

#5CABFD (or 0x5CABFD) is unknown color: approx Cornflower Blue. HEX triplet: 5C, AB and FD. RGB value is (92,171,253). Sum of RGB (Red+Green+Blue) = 92+171+253=516 (68% of max value = 765). Red value is 92 (36.33% from 255 or 17.83% from 516); Green value is 171 (67.19% from 255 or 33.14% from 516); Blue value is 253 (99.22% from 255 or 49.03% from 516); Max value from RGB is 253 - color contains mainly: blue. Hex color #5CABFD is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5CABFD is #A35402. Grayscale: #9C9C9C. Windows color (decimal): -10703875 or 16624476. OLE color: 16624476.

HSL color Cylindrical-coordinate representation of color #5CABFD: hue angle of 210.56º 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 #5CABFD is Cyan = 0.64, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB92171253-
CMYK0.640.3200.01
HSL210.56º97.58%67.65%-
HSV(B)210.56º63.64%99.22%-
XYZ36.7138.4998.42-
YUV156.73182.3381.83-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 17.83%
GREEN value IS 171 (67.19% from 255) = 33.14%
BLUE value IS 253 (99.22% from 255) = 49.03%
R=17.83%
G=33.14%
B=49.03%

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
Decimal921712530.640.3200.01210.5697.5867.65
Hex5CABFD402001d36244
Octal1342533751004001323142104
Binary101110010101011111111011000000100000011101001111000101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5CABFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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