#5C9CFF

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

Shades of Cornflower Blue #5C9CFF

Tints of Cornflower Blue #5C9CFF

Color information

#5C9CFF (or 0x5C9CFF) is unknown color: approx Cornflower Blue. HEX triplet: 5C, 9C and FF. RGB value is (92,156,255). Sum of RGB (Red+Green+Blue) = 92+156+255=503 (66% of max value = 765). Red value is 92 (36.33% from 255 or 18.29% from 503); Green value is 156 (61.33% from 255 or 31.01% from 503); Blue value is 255 (100% from 255 or 50.70% from 503); Max value from RGB is 255 - color contains mainly: blue. Hex color #5C9CFF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5C9CFF is #A36300. Grayscale: #939393. Windows color (decimal): -10707713 or 16751708. OLE color: 16751708.

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

Color convert

RGB92156255-
CMYK0.640.3900
HSL216.44º100%68.04%-
HSV(B)216.44º63.92%100%-
XYZ34.3533.2799.22-
YUV148.15188.387.95-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 18.29%
GREEN value IS 156 (61.33% from 255) = 31.01%
BLUE value IS 255 (100% from 255) = 50.70%
R=18.29%
G=31.01%
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
SystemRedGreenBlueCMYKHSL
Decimal921562550.640.3900216.4410068.04
Hex5C9CFF402700d86444
Octal1342343771004700330144104
Binary101110010011100111111111000000100111001101100011001001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C9CFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,156,255); }

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

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

 a { background-color: rgb(92,156,255); }

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

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

 span { border-color: rgb(92,156,255); }

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