Html Css Color HEX #5ABAEB Malibu

📋 copy color: '#5ABAEB'

red 90 ◦ green 186 ◦ blue 235

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

Shades of Malibu #5ABAEB

Tints of Malibu #5ABAEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 45.99%

R = 17.61%
G = 36.4%
B = 45.99%

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

#5ABAEB (or 0x5ABAEB) is known color: Malibu. HEX triplet: 5A, BA and EB. RGB value is (90,186,235). Sum of RGB (Red+Green+Blue) = 90+186+235=511 (67% of max value = 765). Red value is 90 (35.55% from 255 or 17.61% from 511); Green value is 186 (73.05% from 255 or 36.40% from 511); Blue value is 235 (92.19% from 255 or 45.99% from 511); Max value from RGB is 235 - color contains mainly: blue. Hex color #5ABAEB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5ABAEB is #A54514. Grayscale: #A2A2A2. Windows color (decimal): -10831125 or 15448666. OLE color: 15448666.

HSL color Cylindrical-coordinate representation of color #5ABAEB: hue angle of 200.28º degrees, saturation: 0.78, 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 #5ABAEB is Cyan = 0.62, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 90 186 235 -
CMYK 0.62 0.21 0 0.08
HSL 200.28º 0.78% 0.64% -
HSV(B) 200.28º 0.62% 0.92% -
XYZ 36.77 43.29 85.01 -
YUV 162.88 168.7 76.02 -
System Red Green Blue C M Y K H S L
Decimal 90 186 235 0.62 0.21 0 0.08 200.28 0.78 0.64
Hex 5A BA EB 3E 15 0 8 C8 4E 40
Octal 132 272 353 76 25 0 10 310 116 100
Binary 1011010 10111010 11101011 111110 10101 0 1000 11001000 1001110 1000000

Color Harmonies of #5ABAEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5ABAEB

Black with #5ABAEB

Text Example


Text Example

White with #5ABAEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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