#5C9AE4

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

Shades of Cornflower Blue #5C9AE4

Tints of Cornflower Blue #5C9AE4

Color information

#5C9AE4 (or 0x5C9AE4) is unknown color: approx Cornflower Blue. HEX triplet: 5C, 9A and E4. RGB value is (92,154,228). Sum of RGB (Red+Green+Blue) = 92+154+228=474 (62% of max value = 765). Red value is 92 (36.33% from 255 or 19.41% from 474); Green value is 154 (60.55% from 255 or 32.49% from 474); Blue value is 228 (89.45% from 255 or 48.10% from 474); Max value from RGB is 228 - color contains mainly: blue. Hex color #5C9AE4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5C9AE4 is #A3651B. Grayscale: #8F8F8F. Windows color (decimal): -10708252 or 14981724. OLE color: 14981724.

HSL color Cylindrical-coordinate representation of color #5C9AE4: hue angle of 212.65º degrees, saturation: 0.72, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5C9AE4 is Cyan = 0.60, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB92154228-
CMYK0.600.3200.11
HSL212.65º71.58%62.75%-
HSV(B)212.65º59.65%89.41%-
XYZ29.9730.9977.8-
YUV143.9175.4690.98-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 19.41%
GREEN value IS 154 (60.55% from 255) = 32.49%
BLUE value IS 228 (89.45% from 255) = 48.10%
R=19.41%
G=32.49%
B=48.10%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal921542280.600.3200.11212.6571.5862.75
Hex5C9AE43C200Bd5483f
Octal134232344744001332511077
Binary1011100100110101110010011110010000001011110101011001000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C9AE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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