Html Css Color HEX #55ABED Malibu

📋 copy color: '#55ABED'

red 85 ◦ green 171 ◦ blue 237

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

Shades of Malibu #55ABED

Tints of Malibu #55ABED

RGB

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

 GREEN value IS 171 (67.19% from 255) = 34.69%

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

R = 17.24%
G = 34.69%
B = 48.07%

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

#55ABED (or 0x55ABED) is known color: Malibu. HEX triplet: 55, AB and ED. RGB value is (85,171,237). Sum of RGB (Red+Green+Blue) = 85+171+237=493 (65% of max value = 765). Red value is 85 (33.59% from 255 or 17.24% from 493); Green value is 171 (67.19% from 255 or 34.69% from 493); Blue value is 237 (92.97% from 255 or 48.07% from 493); Max value from RGB is 237 - color contains mainly: blue. Hex color #55ABED is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #55ABED is #AA5412. Grayscale: #989898. Windows color (decimal): -11162643 or 15575893. OLE color: 15575893.

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

Color convert

RGB 85 171 237 -
CMYK 0.64 0.28 0 0.07
HSL 206.05º 0.81% 0.63% -
HSV(B) 206.05º 0.64% 0.93% -
XYZ 33.6 37.17 85.52 -
YUV 152.81 175.51 79.63 -
System Red Green Blue C M Y K H S L
Decimal 85 171 237 0.64 0.28 0 0.07 206.05 0.81 0.63
Hex 55 AB ED 40 1C 0 7 CE 51 3F
Octal 125 253 355 100 34 0 7 316 121 77
Binary 1010101 10101011 11101101 1000000 11100 0 111 11001110 1010001 111111

Color Harmonies of #55ABED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55ABED

Black with #55ABED

Text Example


Text Example

White with #55ABED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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