Html Css Color HEX #5ABAEA Malibu

📋 copy color: '#5ABAEA'

red 90 ◦ green 186 ◦ blue 234

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

Shades of Malibu #5ABAEA

Tints of Malibu #5ABAEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 45.88%

R = 17.65%
G = 36.47%
B = 45.88%

CMYK

 C value IS 0.62

 M value IS 0.21

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#5ABAEA (or 0x5ABAEA) is known color: Malibu. HEX triplet: 5A, BA and EA. RGB value is (90,186,234). Sum of RGB (Red+Green+Blue) = 90+186+234=510 (67% of max value = 765). Red value is 90 (35.55% from 255 or 17.65% from 510); Green value is 186 (73.05% from 255 or 36.47% from 510); Blue value is 234 (91.80% from 255 or 45.88% from 510); Max value from RGB is 234 - color contains mainly: blue. Hex color #5ABAEA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5ABAEA is #A54515. Grayscale: #A2A2A2. Windows color (decimal): -10831126 or 15383130. OLE color: 15383130.

HSL color Cylindrical-coordinate representation of color #5ABAEA: hue angle of 200º degrees, saturation: 0.77, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5ABAEA is Cyan = 0.62, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 90 186 234 -
CMYK 0.62 0.21 0 0.08
HSL 200º 0.77% 0.64% -
HSV(B) 200º 0.62% 0.92% -
XYZ 36.63 43.23 84.26 -
YUV 162.77 168.2 76.1 -
System Red Green Blue C M Y K H S L
Decimal 90 186 234 0.62 0.21 0 0.08 200 0.77 0.64
Hex 5A BA EA 3E 15 0 8 C8 4D 40
Octal 132 272 352 76 25 0 10 310 115 100
Binary 1011010 10111010 11101010 111110 10101 0 1000 11001000 1001101 1000000

Color Harmonies of #5ABAEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5ABAEA

Black with #5ABAEA

Text Example


Text Example

White with #5ABAEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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