#55BEED

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

Shades of Malibu #55BEED

Tints of Malibu #55BEED

Color information

#55BEED (or 0x55BEED) is unknown color: approx Malibu. HEX triplet: 55, BE and ED. RGB value is (85,190,237). Sum of RGB (Red+Green+Blue) = 85+190+237=512 (67% of max value = 765). Red value is 85 (33.59% from 255 or 16.60% from 512); Green value is 190 (74.61% from 255 or 37.11% from 512); Blue value is 237 (92.97% from 255 or 46.29% from 512); Max value from RGB is 237 - color contains mainly: blue. Hex color #55BEED is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #55BEED is #AA4112. Grayscale: #A3A3A3. Windows color (decimal): -11157779 or 15580757. OLE color: 15580757.

HSL color Cylindrical-coordinate representation of color #55BEED: hue angle of 198.55º degrees, saturation: 0.81, 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 #55BEED is Cyan = 0.64, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB85190237-
CMYK0.640.2000.07
HSL198.55º80.85%63.14%-
HSV(B)198.55º64.14%92.94%-
XYZ37.4544.8786.81-
YUV163.96169.2171.68-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 16.60%
GREEN value IS 190 (74.61% from 255) = 37.11%
BLUE value IS 237 (92.97% from 255) = 46.29%
R=16.60%
G=37.11%
B=46.29%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal851902370.640.2000.07198.5580.8563.14
Hex55BEED401407c7513f
Octal125276355100240730712177
Binary101010110111110111011011000000101000111110001111010001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55BEED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,190,237); }

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

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

 a { background-color: rgb(85,190,237); }

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

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

 span { border-color: rgb(85,190,237); }

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