#55B8F1

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

Shades of Malibu #55B8F1

Tints of Malibu #55B8F1

Color information

#55B8F1 (or 0x55B8F1) is unknown color: approx Malibu. HEX triplet: 55, B8 and F1. RGB value is (85,184,241). Sum of RGB (Red+Green+Blue) = 85+184+241=510 (67% of max value = 765). Red value is 85 (33.59% from 255 or 16.67% from 510); Green value is 184 (72.27% from 255 or 36.08% from 510); Blue value is 241 (94.53% from 255 or 47.25% from 510); Max value from RGB is 241 - color contains mainly: blue. Hex color #55B8F1 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #55B8F1 is #AA470E. Grayscale: #A0A0A0. Windows color (decimal): -11159311 or 15841365. OLE color: 15841365.

HSL color Cylindrical-coordinate representation of color #55B8F1: hue angle of 201.92º degrees, saturation: 0.85, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #55B8F1 is Cyan = 0.65, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB85184241-
CMYK0.650.2400.05
HSL201.92º84.78%63.92%-
HSV(B)201.92º64.73%94.51%-
XYZ36.7642.5689.5-
YUV160.9173.273.87-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 16.67%
GREEN value IS 184 (72.27% from 255) = 36.08%
BLUE value IS 241 (94.53% from 255) = 47.25%
R=16.67%
G=36.08%
B=47.25%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal851842410.650.2400.05201.9284.7863.92
Hex55B8F1411805ca5540
Octal1252703611013005312125100
Binary1010101101110001111000110000011100001011100101010101011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55B8F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,184,241); }

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

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

 a { background-color: rgb(85,184,241); }

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

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

 span { border-color: rgb(85,184,241); }

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