#55A7FE

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

Shades of Cornflower Blue #55A7FE

Tints of Cornflower Blue #55A7FE

Color information

#55A7FE (or 0x55A7FE) is unknown color: approx Cornflower Blue. HEX triplet: 55, A7 and FE. RGB value is (85,167,254). Sum of RGB (Red+Green+Blue) = 85+167+254=506 (67% of max value = 765). Red value is 85 (33.59% from 255 or 16.80% from 506); Green value is 167 (65.62% from 255 or 33.00% from 506); Blue value is 254 (99.61% from 255 or 50.20% from 506); Max value from RGB is 254 - color contains mainly: blue. Hex color #55A7FE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #55A7FE is #AA5801. Grayscale: #979797. Windows color (decimal): -11163650 or 16688981. OLE color: 16688981.

HSL color Cylindrical-coordinate representation of color #55A7FE: hue angle of 210.89º 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 #55A7FE is Cyan = 0.67, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB85167254-
CMYK0.670.3400.00
HSL210.89º98.83%66.47%-
HSV(B)210.89º66.54%99.61%-
XYZ35.4536.7298.99-
YUV152.4185.3379.93-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 16.80%
GREEN value IS 167 (65.62% from 255) = 33.00%
BLUE value IS 254 (99.61% from 255) = 50.20%
R=16.80%
G=33.00%
B=50.20%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal851672540.670.3400.00210.8998.8366.47
Hex55A7FE432200d36342
Octal1252473761034200323143102
Binary101010110100111111111101000011100010001101001111000111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55A7FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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