#55A1FB

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

Shades of Cornflower Blue #55A1FB

Tints of Cornflower Blue #55A1FB

Color information

#55A1FB (or 0x55A1FB) is unknown color: approx Cornflower Blue. HEX triplet: 55, A1 and FB. RGB value is (85,161,251). Sum of RGB (Red+Green+Blue) = 85+161+251=497 (65% of max value = 765). Red value is 85 (33.59% from 255 or 17.10% from 497); Green value is 161 (63.28% from 255 or 32.39% from 497); Blue value is 251 (98.44% from 255 or 50.50% from 497); Max value from RGB is 251 - color contains mainly: blue. Hex color #55A1FB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #55A1FB is #AA5E04. Grayscale: #949494. Windows color (decimal): -11165189 or 16490837. OLE color: 16490837.

HSL color Cylindrical-coordinate representation of color #55A1FB: hue angle of 212.53º degrees, saturation: 0.95, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #55A1FB is Cyan = 0.66, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB85161251-
CMYK0.660.3600.02
HSL212.53º95.4%65.88%-
HSV(B)212.53º66.14%98.43%-
XYZ33.934.3996.12-
YUV148.54185.8282.68-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 17.10%
GREEN value IS 161 (63.28% from 255) = 32.39%
BLUE value IS 251 (98.44% from 255) = 50.50%
R=17.10%
G=32.39%
B=50.50%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal851612510.660.3600.02212.5395.465.88
Hex55A1FB422402d55f42
Octal1252413731024402325137102
Binary1010101101000011111101110000101001000101101010110111111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55A1FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,161,251); }

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

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

 a { background-color: rgb(85,161,251); }

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

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

 span { border-color: rgb(85,161,251); }

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