#5C9AFE

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

Shades of Cornflower Blue #5C9AFE

Tints of Cornflower Blue #5C9AFE

Color information

#5C9AFE (or 0x5C9AFE) is unknown color: approx Cornflower Blue. HEX triplet: 5C, 9A and FE. RGB value is (92,154,254). Sum of RGB (Red+Green+Blue) = 92+154+254=500 (66% of max value = 765). Red value is 92 (36.33% from 255 or 18.4% from 500); Green value is 154 (60.55% from 255 or 30.8% from 500); Blue value is 254 (99.61% from 255 or 50.8% from 500); Max value from RGB is 254 - color contains mainly: blue. Hex color #5C9AFE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5C9AFE is #A36501. Grayscale: #929292. Windows color (decimal): -10708226 or 16685660. OLE color: 16685660.

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

Color convert

RGB92154254-
CMYK0.640.3900.00
HSL217.04º98.78%67.84%-
HSV(B)217.04º63.78%99.61%-
XYZ33.8632.5498.26-
YUV146.86188.4688.87-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 18.4%
GREEN value IS 154 (60.55% from 255) = 30.8%
BLUE value IS 254 (99.61% from 255) = 50.8%
R=18.4%
G=30.8%
B=50.8%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal921542540.640.3900.00217.0498.7867.84
Hex5C9AFE402700d96344
Octal1342323761004700331143104
Binary101110010011010111111101000000100111001101100111000111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C9AFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,154,254); }

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

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

 a { background-color: rgb(92,154,254); }

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

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

 span { border-color: rgb(92,154,254); }

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