#5ABBE0

Color #5ABBE0 Malibu (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Malibu #5ABBE0

Tints of Malibu #5ABBE0

Color information

#5ABBE0 (or 0x5ABBE0) is unknown color: approx Malibu. HEX triplet: 5A, BB and E0. RGB value is (90,187,224). Sum of RGB (Red+Green+Blue) = 90+187+224=501 (66% of max value = 765). Red value is 90 (35.55% from 255 or 17.96% from 501); Green value is 187 (73.44% from 255 or 37.33% from 501); Blue value is 224 (87.89% from 255 or 44.71% from 501); Max value from RGB is 224 - color contains mainly: blue. Hex color #5ABBE0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5ABBE0 is #A5441F. Grayscale: #A1A1A1. Windows color (decimal): -10830880 or 14728026. OLE color: 14728026.

HSL color Cylindrical-coordinate representation of color #5ABBE0: hue angle of 196.57º degrees, saturation: 0.68, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5ABBE0 is Cyan = 0.60, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB90187224-
CMYK0.600.1700.12
HSL196.57º68.37%61.57%-
HSV(B)196.57º59.82%87.84%-
XYZ35.4443.176.97-
YUV162.22162.8676.49-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 17.96%
GREEN value IS 187 (73.44% from 255) = 37.33%
BLUE value IS 224 (87.89% from 255) = 44.71%
R=17.96%
G=37.33%
B=44.71%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal901872240.600.1700.12196.5768.3761.57
Hex5ABBE03C110Cc5443e
Octal132273340742101430510476
Binary101101010111011111000001111001000101100110001011000100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5ABBE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #5ABBE0;
 }
 .AnyTagClassName
 {
   color: #5ABBE0;
 }
</style>
background-color css

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

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

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

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

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

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