#55BAEE

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

Shades of Malibu #55BAEE

Tints of Malibu #55BAEE

Color information

#55BAEE (or 0x55BAEE) is unknown color: approx Malibu. HEX triplet: 55, BA and EE. RGB value is (85,186,238). Sum of RGB (Red+Green+Blue) = 85+186+238=509 (67% of max value = 765). Red value is 85 (33.59% from 255 or 16.70% from 509); Green value is 186 (73.05% from 255 or 36.54% from 509); Blue value is 238 (93.36% from 255 or 46.76% from 509); Max value from RGB is 238 - color contains mainly: blue. Hex color #55BAEE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #55BAEE is #AA4511. Grayscale: #A1A1A1. Windows color (decimal): -11158802 or 15645269. OLE color: 15645269.

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

Color convert

RGB85186238-
CMYK0.640.2200.07
HSL200.39º81.82%63.33%-
HSV(B)200.39º64.29%93.33%-
XYZ36.7443.2287.3-
YUV161.73171.0473.27-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 16.70%
GREEN value IS 186 (73.05% from 255) = 36.54%
BLUE value IS 238 (93.36% from 255) = 46.76%
R=16.70%
G=36.54%
B=46.76%

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
Decimal851862380.640.2200.07200.3981.8263.33
Hex55BAEE401607c8523f
Octal125272356100260731012277
Binary101010110111010111011101000000101100111110010001010010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55BAEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,186,238); }

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

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

 a { background-color: rgb(85,186,238); }

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

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

 span { border-color: rgb(85,186,238); }

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