Html Css Color HEX #55ABEC Malibu

📋 copy color: '#55ABEC'

red 85 ◦ green 171 ◦ blue 236

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

Shades of Malibu #55ABEC

Tints of Malibu #55ABEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 47.97%

R = 17.28%
G = 34.76%
B = 47.97%

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

#55ABEC (or 0x55ABEC) is known color: Malibu. HEX triplet: 55, AB and EC. RGB value is (85,171,236). Sum of RGB (Red+Green+Blue) = 85+171+236=492 (65% of max value = 765). Red value is 85 (33.59% from 255 or 17.28% from 492); Green value is 171 (67.19% from 255 or 34.76% from 492); Blue value is 236 (92.58% from 255 or 47.97% from 492); Max value from RGB is 236 - color contains mainly: blue. Hex color #55ABEC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #55ABEC is #AA5413. Grayscale: #989898. Windows color (decimal): -11162644 or 15510357. OLE color: 15510357.

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

Color convert

RGB 85 171 236 -
CMYK 0.64 0.28 0 0.07
HSL 205.83º 0.8% 0.63% -
HSV(B) 205.83º 0.64% 0.93% -
XYZ 33.45 37.11 84.76 -
YUV 152.7 175.01 79.71 -
System Red Green Blue C M Y K H S L
Decimal 85 171 236 0.64 0.28 0 0.07 205.83 0.8 0.63
Hex 55 AB EC 40 1C 0 7 CE 50 3F
Octal 125 253 354 100 34 0 7 316 120 77
Binary 1010101 10101011 11101100 1000000 11100 0 111 11001110 1010000 111111

Color Harmonies of #55ABEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55ABEC

Black with #55ABEC

Text Example


Text Example

White with #55ABEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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