Html Css Color HEX #5ABBD5 Malibu

📋 copy color: '#5ABBD5'

red 90 ◦ green 187 ◦ blue 213

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

Shades of Malibu #5ABBD5

Tints of Malibu #5ABBD5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 43.47%

R = 18.37%
G = 38.16%
B = 43.47%

CMYK

 C value IS 0.58

 M value IS 0.12

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#5ABBD5 (or 0x5ABBD5) is known color: Malibu. HEX triplet: 5A, BB and D5. RGB value is (90,187,213). Sum of RGB (Red+Green+Blue) = 90+187+213=490 (64% of max value = 765). Red value is 90 (35.55% from 255 or 18.37% from 490); Green value is 187 (73.44% from 255 or 38.16% from 490); Blue value is 213 (83.59% from 255 or 43.47% from 490); Max value from RGB is 213 - color contains mainly: blue. Hex color #5ABBD5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5ABBD5 is #A5442A. Grayscale: #A0A0A0. Windows color (decimal): -10830891 or 14007130. OLE color: 14007130.

HSL color Cylindrical-coordinate representation of color #5ABBD5: hue angle of 192.68º degrees, saturation: 0.59, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5ABBD5 is Cyan = 0.58, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 90 187 213 -
CMYK 0.58 0.12 0 0.16
HSL 192.68º 0.59% 0.59% -
HSV(B) 192.68º 0.58% 0.84% -
XYZ 34 42.52 69.37 -
YUV 160.96 157.36 77.39 -
System Red Green Blue C M Y K H S L
Decimal 90 187 213 0.58 0.12 0 0.16 192.68 0.59 0.59
Hex 5A BB D5 3A C 0 10 C1 3B 3B
Octal 132 273 325 72 14 0 20 301 73 73
Binary 1011010 10111011 11010101 111010 1100 0 10000 11000001 111011 111011

Color Harmonies of #5ABBD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5ABBD5

Black with #5ABBD5

Text Example


Text Example

White with #5ABBD5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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