#55BDED

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

Shades of Malibu #55BDED

Tints of Malibu #55BDED

Color information

#55BDED (or 0x55BDED) is unknown color: approx Malibu. HEX triplet: 55, BD and ED. RGB value is (85,189,237). Sum of RGB (Red+Green+Blue) = 85+189+237=511 (67% of max value = 765). Red value is 85 (33.59% from 255 or 16.63% from 511); Green value is 189 (74.22% from 255 or 36.99% from 511); Blue value is 237 (92.97% from 255 or 46.38% from 511); Max value from RGB is 237 - color contains mainly: blue. Hex color #55BDED is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #55BDED is #AA4212. Grayscale: #A3A3A3. Windows color (decimal): -11158035 or 15580501. OLE color: 15580501.

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

Color convert

RGB85189237-
CMYK0.640.2000.07
HSL198.95º80.85%63.14%-
HSV(B)198.95º64.14%92.94%-
XYZ37.2344.4486.74-
YUV163.38169.5472.1-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 16.63%
GREEN value IS 189 (74.22% from 255) = 36.99%
BLUE value IS 237 (92.97% from 255) = 46.38%
R=16.63%
G=36.99%
B=46.38%

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
Decimal851892370.640.2000.07198.9580.8563.14
Hex55BDED401407c7513f
Octal125275355100240730712177
Binary101010110111101111011011000000101000111110001111010001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55BDED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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