#5ABAF4

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

Shades of Malibu #5ABAF4

Tints of Malibu #5ABAF4

Color information

#5ABAF4 (or 0x5ABAF4) is unknown color: approx Malibu. HEX triplet: 5A, BA and F4. RGB value is (90,186,244). Sum of RGB (Red+Green+Blue) = 90+186+244=520 (68% of max value = 765). Red value is 90 (35.55% from 255 or 17.31% from 520); Green value is 186 (73.05% from 255 or 35.77% from 520); Blue value is 244 (95.70% from 255 or 46.92% from 520); Max value from RGB is 244 - color contains mainly: blue. Hex color #5ABAF4 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5ABAF4 is #A5450B. Grayscale: #A3A3A3. Windows color (decimal): -10831116 or 16038490. OLE color: 16038490.

HSL color Cylindrical-coordinate representation of color #5ABAF4: hue angle of 202.6º degrees, saturation: 0.88, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5ABAF4 is Cyan = 0.63, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB90186244-
CMYK0.630.2400.04
HSL202.6º87.5%65.49%-
HSV(B)202.6º63.11%95.69%-
XYZ38.143.8292.04-
YUV163.91173.275.28-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 17.31%
GREEN value IS 186 (73.05% from 255) = 35.77%
BLUE value IS 244 (95.70% from 255) = 46.92%
R=17.31%
G=35.77%
B=46.92%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal901862440.630.2400.04202.687.565.49
Hex5ABAF43F1804cb5841
Octal132272364773004313130101
Binary101101010111010111101001111111100001001100101110110001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5ABAF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,186,244); }

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

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

 a { background-color: rgb(90,186,244); }

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

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

 span { border-color: rgb(90,186,244); }

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