#5AC2F2

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

Shades of Malibu #5AC2F2

Tints of Malibu #5AC2F2

Color information

#5AC2F2 (or 0x5AC2F2) is unknown color: approx Malibu. HEX triplet: 5A, C2 and F2. RGB value is (90,194,242). Sum of RGB (Red+Green+Blue) = 90+194+242=526 (69% of max value = 765). Red value is 90 (35.55% from 255 or 17.11% from 526); Green value is 194 (76.17% from 255 or 36.88% from 526); Blue value is 242 (94.92% from 255 or 46.01% from 526); Max value from RGB is 242 - color contains mainly: blue. Hex color #5AC2F2 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5AC2F2 is #A53D0D. Grayscale: #A8A8A8. Windows color (decimal): -10829070 or 15909466. OLE color: 15909466.

HSL color Cylindrical-coordinate representation of color #5AC2F2: hue angle of 198.95º degrees, saturation: 0.85, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5AC2F2 is Cyan = 0.63, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB90194242-
CMYK0.630.2000.05
HSL198.95º85.39%65.1%-
HSV(B)198.95º62.81%94.9%-
XYZ39.5447.1791.03-
YUV168.38169.5472.1-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 17.11%
GREEN value IS 194 (76.17% from 255) = 36.88%
BLUE value IS 242 (94.92% from 255) = 46.01%
R=17.11%
G=36.88%
B=46.01%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal901942420.630.2000.05198.9585.3965.1
Hex5AC2F23F1405c75541
Octal132302362772405307125101
Binary101101011000010111100101111111010001011100011110101011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5AC2F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,194,242); }

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

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

 a { background-color: rgb(90,194,242); }

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

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

 span { border-color: rgb(90,194,242); }

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