Html Css Color HEX #5ABBDC Malibu

📋 copy color: '#5ABBDC'

red 90 ◦ green 187 ◦ blue 220

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

Shades of Malibu #5ABBDC

Tints of Malibu #5ABBDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 44.27%

R = 18.11%
G = 37.63%
B = 44.27%

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

#5ABBDC (or 0x5ABBDC) is known color: Malibu. HEX triplet: 5A, BB and DC. RGB value is (90,187,220). Sum of RGB (Red+Green+Blue) = 90+187+220=497 (65% of max value = 765). Red value is 90 (35.55% from 255 or 18.11% from 497); Green value is 187 (73.44% from 255 or 37.63% from 497); Blue value is 220 (86.33% from 255 or 44.27% from 497); Max value from RGB is 220 - color contains mainly: blue. Hex color #5ABBDC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5ABBDC is #A54423. Grayscale: #A1A1A1. Windows color (decimal): -10830884 or 14465882. OLE color: 14465882.

HSL color Cylindrical-coordinate representation of color #5ABBDC: hue angle of 195.23º degrees, saturation: 0.65, 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 #5ABBDC is Cyan = 0.59, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 90 187 220 -
CMYK 0.59 0.15 0 0.14
HSL 195.23º 0.65% 0.61% -
HSV(B) 195.23º 0.59% 0.86% -
XYZ 34.91 42.88 74.15 -
YUV 161.76 160.86 76.82 -
System Red Green Blue C M Y K H S L
Decimal 90 187 220 0.59 0.15 0 0.14 195.23 0.65 0.61
Hex 5A BB DC 3B F 0 E C3 41 3D
Octal 132 273 334 73 17 0 16 303 101 75
Binary 1011010 10111011 11011100 111011 1111 0 1110 11000011 1000001 111101

Color Harmonies of #5ABBDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5ABBDC

Black with #5ABBDC

Text Example


Text Example

White with #5ABBDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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