Html Css Color HEX #5ABAE0 Malibu

📋 copy color: '#5ABAE0'

red 90 ◦ green 186 ◦ blue 224

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

Shades of Malibu #5ABAE0

Tints of Malibu #5ABAE0

RGB

 RED value IS 90 (35.55% from 255) = 18%

 GREEN value IS 186 (73.05% from 255) = 37.2%

 BLUE value IS 224 (87.89% from 255) = 44.8%

R = 18%
G = 37.2%
B = 44.8%

CMYK

 C value IS 0.60

 M value IS 0.17

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#5ABAE0 (or 0x5ABAE0) is known color: Malibu. HEX triplet: 5A, BA and E0. RGB value is (90,186,224). Sum of RGB (Red+Green+Blue) = 90+186+224=500 (66% of max value = 765). Red value is 90 (35.55% from 255 or 18% from 500); Green value is 186 (73.05% from 255 or 37.2% from 500); Blue value is 224 (87.89% from 255 or 44.8% from 500); Max value from RGB is 224 - color contains mainly: blue. Hex color #5ABAE0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5ABAE0 is #A5451F. Grayscale: #A1A1A1. Windows color (decimal): -10831136 or 14727770. OLE color: 14727770.

HSL color Cylindrical-coordinate representation of color #5ABAE0: hue angle of 197.01º degrees, saturation: 0.68, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5ABAE0 is Cyan = 0.60, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 90 186 224 -
CMYK 0.60 0.17 0 0.12
HSL 197.01º 0.68% 0.62% -
HSV(B) 197.01º 0.6% 0.88% -
XYZ 35.23 42.67 76.9 -
YUV 161.63 163.2 76.91 -
System Red Green Blue C M Y K H S L
Decimal 90 186 224 0.60 0.17 0 0.12 197.01 0.68 0.62
Hex 5A BA E0 3C 11 0 C C5 44 3E
Octal 132 272 340 74 21 0 14 305 104 76
Binary 1011010 10111010 11100000 111100 10001 0 1100 11000101 1000100 111110

Color Harmonies of #5ABAE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5ABAE0

Black with #5ABAE0

Text Example


Text Example

White with #5ABAE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5ABAE0; }

 p { color: rgb(90,186,224); }

 H1.HeaderClassName
 {
   color: #5ABAE0;
 }
 .AnyTagClassName
 {
   color: #5ABAE0;
 }
</style>

background-color css

<style>
 a { background-color: #5ABAE0; }

 a { background-color: rgb(90,186,224); }

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

border-color css

<style>
 span { border-color: #5ABAE0; }

 span { border-color: rgb(90,186,224); }

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