Html Css Color HEX #55AAED Malibu

📋 copy color: '#55AAED'

red 85 ◦ green 170 ◦ blue 237

#55AAED
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Malibu #55AAED

Tints of Malibu #55AAED

RGB

 RED value IS 85 (33.59% from 255) = 17.28%

 GREEN value IS 170 (66.8% from 255) = 34.55%

 BLUE value IS 237 (92.97% from 255) = 48.17%

R = 17.28%
G = 34.55%
B = 48.17%

CMYK

 C value IS 0.64

 M value IS 0.28

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#55AAED (or 0x55AAED) is known color: Malibu. HEX triplet: 55, AA and ED. RGB value is (85,170,237). Sum of RGB (Red+Green+Blue) = 85+170+237=492 (65% of max value = 765). Red value is 85 (33.59% from 255 or 17.28% from 492); Green value is 170 (66.80% from 255 or 34.55% from 492); Blue value is 237 (92.97% from 255 or 48.17% from 492); Max value from RGB is 237 - color contains mainly: blue. Hex color #55AAED is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #55AAED is #AA5512. Grayscale: #979797. Windows color (decimal): -11162899 or 15575637. OLE color: 15575637.

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

Color convert

RGB 85 170 237 -
CMYK 0.64 0.28 0 0.07
HSL 206.45º 0.81% 0.63% -
HSV(B) 206.45º 0.64% 0.93% -
XYZ 33.41 36.8 85.46 -
YUV 152.22 175.84 80.05 -
System Red Green Blue C M Y K H S L
Decimal 85 170 237 0.64 0.28 0 0.07 206.45 0.81 0.63
Hex 55 AA ED 40 1C 0 7 CE 51 3F
Octal 125 252 355 100 34 0 7 316 121 77
Binary 1010101 10101010 11101101 1000000 11100 0 111 11001110 1010001 111111

Color Harmonies of #55AAED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55AAED

Black with #55AAED

Text Example


Text Example

White with #55AAED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #55AAED;
 }
 .AnyTagClassName
 {
   color: #55AAED;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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