Html Css Color HEX #5ABBEA Malibu

📋 copy color: '#5ABBEA'

red 90 ◦ green 187 ◦ blue 234

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

Shades of Malibu #5ABBEA

Tints of Malibu #5ABBEA

RGB

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

 GREEN value IS 187 (73.44% from 255) = 36.59%

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

R = 17.61%
G = 36.59%
B = 45.79%

CMYK

 C value IS 0.62

 M value IS 0.20

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#5ABBEA (or 0x5ABBEA) is known color: Malibu. HEX triplet: 5A, BB and EA. RGB value is (90,187,234). Sum of RGB (Red+Green+Blue) = 90+187+234=511 (67% of max value = 765). Red value is 90 (35.55% from 255 or 17.61% from 511); Green value is 187 (73.44% from 255 or 36.59% from 511); Blue value is 234 (91.80% from 255 or 45.79% from 511); Max value from RGB is 234 - color contains mainly: blue. Hex color #5ABBEA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5ABBEA is #A54415. Grayscale: #A3A3A3. Windows color (decimal): -10830870 or 15383386. OLE color: 15383386.

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

Color convert

RGB 90 187 234 -
CMYK 0.62 0.20 0 0.08
HSL 199.58º 0.77% 0.64% -
HSV(B) 199.58º 0.62% 0.92% -
XYZ 36.84 43.65 84.33 -
YUV 163.36 167.86 75.68 -
System Red Green Blue C M Y K H S L
Decimal 90 187 234 0.62 0.20 0 0.08 199.58 0.77 0.64
Hex 5A BB EA 3E 14 0 8 C8 4D 40
Octal 132 273 352 76 24 0 10 310 115 100
Binary 1011010 10111011 11101010 111110 10100 0 1000 11001000 1001101 1000000

Color Harmonies of #5ABBEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5ABBEA

Black with #5ABBEA

Text Example


Text Example

White with #5ABBEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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