#55A6FE

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

Shades of Cornflower Blue #55A6FE

Tints of Cornflower Blue #55A6FE

Color information

#55A6FE (or 0x55A6FE) is unknown color: approx Cornflower Blue. HEX triplet: 55, A6 and FE. RGB value is (85,166,254). Sum of RGB (Red+Green+Blue) = 85+166+254=505 (66% of max value = 765). Red value is 85 (33.59% from 255 or 16.83% from 505); Green value is 166 (65.23% from 255 or 32.87% from 505); Blue value is 254 (99.61% from 255 or 50.30% from 505); Max value from RGB is 254 - color contains mainly: blue. Hex color #55A6FE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #55A6FE is #AA5901. Grayscale: #979797. Windows color (decimal): -11163906 or 16688725. OLE color: 16688725.

HSL color Cylindrical-coordinate representation of color #55A6FE: hue angle of 211.24º degrees, saturation: 0.99, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #55A6FE is Cyan = 0.67, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB85166254-
CMYK0.670.3500.00
HSL211.24º98.83%66.47%-
HSV(B)211.24º66.54%99.61%-
XYZ35.2736.3698.92-
YUV151.81185.6680.34-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 16.83%
GREEN value IS 166 (65.23% from 255) = 32.87%
BLUE value IS 254 (99.61% from 255) = 50.30%
R=16.83%
G=32.87%
B=50.30%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal851662540.670.3500.00211.2498.8366.47
Hex55A6FE432300d36342
Octal1252463761034300323143102
Binary101010110100110111111101000011100011001101001111000111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55A6FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #55A6FE; }

 p { color: rgb(85,166,254); }

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

<style>
 a { background-color: #55A6FE; }

 a { background-color: rgb(85,166,254); }

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

<style>
 span { border-color: #55A6FE; }

 span { border-color: rgb(85,166,254); }

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