#55B0EB

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

Shades of Malibu #55B0EB

Tints of Malibu #55B0EB

Color information

#55B0EB (or 0x55B0EB) is unknown color: approx Malibu. HEX triplet: 55, B0 and EB. RGB value is (85,176,235). Sum of RGB (Red+Green+Blue) = 85+176+235=496 (65% of max value = 765). Red value is 85 (33.59% from 255 or 17.14% from 496); Green value is 176 (69.14% from 255 or 35.48% from 496); Blue value is 235 (92.19% from 255 or 47.38% from 496); Max value from RGB is 235 - color contains mainly: blue. Hex color #55B0EB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #55B0EB is #AA4F14. Grayscale: #9B9B9B. Windows color (decimal): -11161365 or 15446101. OLE color: 15446101.

HSL color Cylindrical-coordinate representation of color #55B0EB: hue angle of 203.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 #55B0EB is Cyan = 0.64, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB85176235-
CMYK0.640.2500.08
HSL203.6º78.95%62.75%-
HSV(B)203.6º63.83%92.16%-
XYZ34.2738.9884.32-
YUV155.52172.8577.7-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 17.14%
GREEN value IS 176 (69.14% from 255) = 35.48%
BLUE value IS 235 (92.19% from 255) = 47.38%
R=17.14%
G=35.48%
B=47.38%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal851762350.640.2500.08203.678.9562.75
Hex55B0EB401908cc4f3f
Octal1252603531003101031411777
Binary1010101101100001110101110000001100101000110011001001111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55B0EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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