Html Css Color HEX #5ABAE9 Malibu

📋 copy color: '#5ABAE9'

red 90 ◦ green 186 ◦ blue 233

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

Shades of Malibu #5ABAE9

Tints of Malibu #5ABAE9

RGB

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

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

 BLUE value IS 233 (91.41% from 255) = 45.78%

R = 17.68%
G = 36.54%
B = 45.78%

CMYK

 C value IS 0.61

 M value IS 0.20

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#5ABAE9 (or 0x5ABAE9) is known color: Malibu. HEX triplet: 5A, BA and E9. RGB value is (90,186,233). Sum of RGB (Red+Green+Blue) = 90+186+233=509 (67% of max value = 765). Red value is 90 (35.55% from 255 or 17.68% from 509); Green value is 186 (73.05% from 255 or 36.54% from 509); Blue value is 233 (91.41% from 255 or 45.78% from 509); Max value from RGB is 233 - color contains mainly: blue. Hex color #5ABAE9 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5ABAE9 is #A54516. Grayscale: #A2A2A2. Windows color (decimal): -10831127 or 15317594. OLE color: 15317594.

HSL color Cylindrical-coordinate representation of color #5ABAE9: hue angle of 199.72º degrees, saturation: 0.76, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5ABAE9 is Cyan = 0.61, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 90 186 233 -
CMYK 0.61 0.20 0 0.09
HSL 199.72º 0.76% 0.63% -
HSV(B) 199.72º 0.61% 0.91% -
XYZ 36.48 43.17 83.5 -
YUV 162.65 167.7 76.18 -
System Red Green Blue C M Y K H S L
Decimal 90 186 233 0.61 0.20 0 0.09 199.72 0.76 0.63
Hex 5A BA E9 3D 14 0 9 C8 4C 3F
Octal 132 272 351 75 24 0 11 310 114 77
Binary 1011010 10111010 11101001 111101 10100 0 1001 11001000 1001100 111111

Color Harmonies of #5ABAE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5ABAE9

Black with #5ABAE9

Text Example


Text Example

White with #5ABAE9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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