#5CA6EA

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

Shades of Cornflower Blue #5CA6EA

Tints of Cornflower Blue #5CA6EA

Color information

#5CA6EA (or 0x5CA6EA) is unknown color: approx Cornflower Blue. HEX triplet: 5C, A6 and EA. RGB value is (92,166,234). Sum of RGB (Red+Green+Blue) = 92+166+234=492 (65% of max value = 765). Red value is 92 (36.33% from 255 or 18.70% from 492); Green value is 166 (65.23% from 255 or 33.74% from 492); Blue value is 234 (91.80% from 255 or 47.56% from 492); Max value from RGB is 234 - color contains mainly: blue. Hex color #5CA6EA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5CA6EA is #A35915. Grayscale: #979797. Windows color (decimal): -10705174 or 15378012. OLE color: 15378012.

HSL color Cylindrical-coordinate representation of color #5CA6EA: hue angle of 208.73º degrees, saturation: 0.77, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5CA6EA is Cyan = 0.61, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB92166234-
CMYK0.610.2900.08
HSL208.73º77.17%63.92%-
HSV(B)208.73º60.68%91.76%-
XYZ32.935.4982.96-
YUV151.63174.4885.47-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 18.70%
GREEN value IS 166 (65.23% from 255) = 33.74%
BLUE value IS 234 (91.80% from 255) = 47.56%
R=18.70%
G=33.74%
B=47.56%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal921662340.610.2900.08208.7377.1763.92
Hex5CA6EA3D1D08d14d40
Octal1342463527535010321115100
Binary1011100101001101110101011110111101010001101000110011011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5CA6EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,166,234); }

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

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

 a { background-color: rgb(92,166,234); }

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

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

 span { border-color: rgb(92,166,234); }

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