#5CAAF2

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

Shades of Malibu #5CAAF2

Tints of Malibu #5CAAF2

Color information

#5CAAF2 (or 0x5CAAF2) is unknown color: approx Malibu. HEX triplet: 5C, AA and F2. RGB value is (92,170,242). Sum of RGB (Red+Green+Blue) = 92+170+242=504 (66% of max value = 765). Red value is 92 (36.33% from 255 or 18.25% from 504); Green value is 170 (66.80% from 255 or 33.73% from 504); Blue value is 242 (94.92% from 255 or 48.02% from 504); Max value from RGB is 242 - color contains mainly: blue. Hex color #5CAAF2 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5CAAF2 is #A3550D. Grayscale: #9A9A9A. Windows color (decimal): -10704142 or 15903324. OLE color: 15903324.

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

Color convert

RGB92170242-
CMYK0.620.3000.05
HSL208.8º85.23%65.49%-
HSV(B)208.8º61.98%94.9%-
XYZ34.8237.4489.4-
YUV154.89177.1683.15-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 18.25%
GREEN value IS 170 (66.80% from 255) = 33.73%
BLUE value IS 242 (94.92% from 255) = 48.02%
R=18.25%
G=33.73%
B=48.02%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal921702420.620.3000.05208.885.2365.49
Hex5CAAF23E1E05d15541
Octal134252362763605321125101
Binary101110010101010111100101111101111001011101000110101011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5CAAF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,170,242); }

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

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

 a { background-color: rgb(92,170,242); }

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

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

 span { border-color: rgb(92,170,242); }

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