#55B5EB

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

Shades of Malibu #55B5EB

Tints of Malibu #55B5EB

Color information

#55B5EB (or 0x55B5EB) is unknown color: approx Malibu. HEX triplet: 55, B5 and EB. RGB value is (85,181,235). Sum of RGB (Red+Green+Blue) = 85+181+235=501 (66% of max value = 765). Red value is 85 (33.59% from 255 or 16.97% from 501); Green value is 181 (71.09% from 255 or 36.13% from 501); Blue value is 235 (92.19% from 255 or 46.91% from 501); Max value from RGB is 235 - color contains mainly: blue. Hex color #55B5EB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #55B5EB is #AA4A14. Grayscale: #9E9E9E. Windows color (decimal): -11160085 or 15447381. OLE color: 15447381.

HSL color Cylindrical-coordinate representation of color #55B5EB: hue angle of 201.6º degrees, saturation: 0.79, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #55B5EB is Cyan = 0.64, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB85181235-
CMYK0.640.2300.08
HSL201.6º78.95%62.75%-
HSV(B)201.6º63.83%92.16%-
XYZ35.2740.9884.65-
YUV158.45171.275.61-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 16.97%
GREEN value IS 181 (71.09% from 255) = 36.13%
BLUE value IS 235 (92.19% from 255) = 46.91%
R=16.97%
G=36.13%
B=46.91%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal851812350.640.2300.08201.678.9562.75
Hex55B5EB401708ca4f3f
Octal1252653531002701031211777
Binary1010101101101011110101110000001011101000110010101001111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55B5EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,181,235); }

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

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

 a { background-color: rgb(85,181,235); }

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

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

 span { border-color: rgb(85,181,235); }

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