#55B8EC

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

Shades of Malibu #55B8EC

Tints of Malibu #55B8EC

Color information

#55B8EC (or 0x55B8EC) is unknown color: approx Malibu. HEX triplet: 55, B8 and EC. RGB value is (85,184,236). Sum of RGB (Red+Green+Blue) = 85+184+236=505 (66% of max value = 765). Red value is 85 (33.59% from 255 or 16.83% from 505); Green value is 184 (72.27% from 255 or 36.44% from 505); Blue value is 236 (92.58% from 255 or 46.73% from 505); Max value from RGB is 236 - color contains mainly: blue. Hex color #55B8EC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #55B8EC is #AA4713. Grayscale: #A0A0A0. Windows color (decimal): -11159316 or 15513685. OLE color: 15513685.

HSL color Cylindrical-coordinate representation of color #55B8EC: hue angle of 200.66º degrees, saturation: 0.8, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #55B8EC is Cyan = 0.64, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB85184236-
CMYK0.640.2200.07
HSL200.66º79.89%62.94%-
HSV(B)200.66º63.98%92.55%-
XYZ36.0342.2785.62-
YUV160.33170.774.27-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 16.83%
GREEN value IS 184 (72.27% from 255) = 36.44%
BLUE value IS 236 (92.58% from 255) = 46.73%
R=16.83%
G=36.44%
B=46.73%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal851842360.640.2200.07200.6679.8962.94
Hex55B8EC401607c9503f
Octal125270354100260731112077
Binary101010110111000111011001000000101100111110010011010000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55B8EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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