Html Css Color HEX #5ABBDB Malibu

📋 copy color: '#5ABBDB'

red 90 ◦ green 187 ◦ blue 219

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

Shades of Malibu #5ABBDB

Tints of Malibu #5ABBDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 44.15%

R = 18.15%
G = 37.7%
B = 44.15%

CMYK

 C value IS 0.59

 M value IS 0.15

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#5ABBDB (or 0x5ABBDB) is known color: Malibu. HEX triplet: 5A, BB and DB. RGB value is (90,187,219). Sum of RGB (Red+Green+Blue) = 90+187+219=496 (65% of max value = 765). Red value is 90 (35.55% from 255 or 18.15% from 496); Green value is 187 (73.44% from 255 or 37.70% from 496); Blue value is 219 (85.94% from 255 or 44.15% from 496); Max value from RGB is 219 - color contains mainly: blue. Hex color #5ABBDB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5ABBDB is #A54424. Grayscale: #A1A1A1. Windows color (decimal): -10830885 or 14400346. OLE color: 14400346.

HSL color Cylindrical-coordinate representation of color #5ABBDB: hue angle of 194.88º degrees, saturation: 0.64, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5ABBDB is Cyan = 0.59, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 90 187 219 -
CMYK 0.59 0.15 0 0.14
HSL 194.88º 0.64% 0.61% -
HSV(B) 194.88º 0.59% 0.86% -
XYZ 34.77 42.83 73.45 -
YUV 161.65 160.36 76.9 -
System Red Green Blue C M Y K H S L
Decimal 90 187 219 0.59 0.15 0 0.14 194.88 0.64 0.61
Hex 5A BB DB 3B F 0 E C3 40 3D
Octal 132 273 333 73 17 0 16 303 100 75
Binary 1011010 10111011 11011011 111011 1111 0 1110 11000011 1000000 111101

Color Harmonies of #5ABBDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5ABBDB

Black with #5ABBDB

Text Example


Text Example

White with #5ABBDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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