#5CABF6

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

Shades of Cornflower Blue #5CABF6

Tints of Cornflower Blue #5CABF6

Color information

#5CABF6 (or 0x5CABF6) is unknown color: approx Cornflower Blue. HEX triplet: 5C, AB and F6. RGB value is (92,171,246). Sum of RGB (Red+Green+Blue) = 92+171+246=509 (67% of max value = 765). Red value is 92 (36.33% from 255 or 18.07% from 509); Green value is 171 (67.19% from 255 or 33.60% from 509); Blue value is 246 (96.48% from 255 or 48.33% from 509); Max value from RGB is 246 - color contains mainly: blue. Hex color #5CABF6 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5CABF6 is #A35409. Grayscale: #9B9B9B. Windows color (decimal): -10703882 or 16165724. OLE color: 16165724.

HSL color Cylindrical-coordinate representation of color #5CABF6: hue angle of 209.22º degrees, saturation: 0.9, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5CABF6 is Cyan = 0.63, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB92171246-
CMYK0.630.3000.04
HSL209.22º89.53%66.27%-
HSV(B)209.22º62.6%96.47%-
XYZ35.6138.0592.66-
YUV155.93178.8382.4-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 18.07%
GREEN value IS 171 (67.19% from 255) = 33.60%
BLUE value IS 246 (96.48% from 255) = 48.33%
R=18.07%
G=33.60%
B=48.33%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal921712460.630.3000.04209.2289.5366.27
Hex5CABF63F1E04d15a42
Octal134253366773604321132102
Binary101110010101011111101101111111111001001101000110110101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5CABF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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