#5C9BFE

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

Shades of Cornflower Blue #5C9BFE

Tints of Cornflower Blue #5C9BFE

Color information

#5C9BFE (or 0x5C9BFE) is unknown color: approx Cornflower Blue. HEX triplet: 5C, 9B and FE. RGB value is (92,155,254). Sum of RGB (Red+Green+Blue) = 92+155+254=501 (66% of max value = 765). Red value is 92 (36.33% from 255 or 18.36% from 501); Green value is 155 (60.94% from 255 or 30.94% from 501); Blue value is 254 (99.61% from 255 or 50.70% from 501); Max value from RGB is 254 - color contains mainly: blue. Hex color #5C9BFE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5C9BFE is #A36401. Grayscale: #929292. Windows color (decimal): -10707970 or 16685916. OLE color: 16685916.

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

Color convert

RGB92155254-
CMYK0.640.3900.00
HSL216.67º98.78%67.84%-
HSV(B)216.67º63.78%99.61%-
XYZ34.0232.8798.32-
YUV147.45188.1388.45-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 18.36%
GREEN value IS 155 (60.94% from 255) = 30.94%
BLUE value IS 254 (99.61% from 255) = 50.70%
R=18.36%
G=30.94%
B=50.70%

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
Decimal921552540.640.3900.00216.6798.7867.84
Hex5C9BFE402700d96344
Octal1342333761004700331143104
Binary101110010011011111111101000000100111001101100111000111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C9BFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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