Html Css Color HEX #55ABEE Malibu

📋 copy color: '#55ABEE'

red 85 ◦ green 171 ◦ blue 238

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

Shades of Malibu #55ABEE

Tints of Malibu #55ABEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 48.18%

R = 17.21%
G = 34.62%
B = 48.18%

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

#55ABEE (or 0x55ABEE) is known color: Malibu. HEX triplet: 55, AB and EE. RGB value is (85,171,238). Sum of RGB (Red+Green+Blue) = 85+171+238=494 (65% of max value = 765). Red value is 85 (33.59% from 255 or 17.21% from 494); Green value is 171 (67.19% from 255 or 34.62% from 494); Blue value is 238 (93.36% from 255 or 48.18% from 494); Max value from RGB is 238 - color contains mainly: blue. Hex color #55ABEE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #55ABEE is #AA5411. Grayscale: #989898. Windows color (decimal): -11162642 or 15641429. OLE color: 15641429.

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

Color convert

RGB 85 171 238 -
CMYK 0.64 0.28 0 0.07
HSL 206.27º 0.82% 0.63% -
HSV(B) 206.27º 0.64% 0.93% -
XYZ 33.74 37.23 86.3 -
YUV 152.92 176.01 79.55 -
System Red Green Blue C M Y K H S L
Decimal 85 171 238 0.64 0.28 0 0.07 206.27 0.82 0.63
Hex 55 AB EE 40 1C 0 7 CE 52 3F
Octal 125 253 356 100 34 0 7 316 122 77
Binary 1010101 10101011 11101110 1000000 11100 0 111 11001110 1010010 111111

Color Harmonies of #55ABEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55ABEE

Black with #55ABEE

Text Example


Text Example

White with #55ABEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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