#5CAAF1

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

Shades of Malibu #5CAAF1

Tints of Malibu #5CAAF1

Color information

#5CAAF1 (or 0x5CAAF1) is unknown color: approx Malibu. HEX triplet: 5C, AA and F1. RGB value is (92,170,241). Sum of RGB (Red+Green+Blue) = 92+170+241=503 (66% of max value = 765). Red value is 92 (36.33% from 255 or 18.29% from 503); Green value is 170 (66.80% from 255 or 33.80% from 503); Blue value is 241 (94.53% from 255 or 47.91% from 503); Max value from RGB is 241 - color contains mainly: blue. Hex color #5CAAF1 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5CAAF1 is #A3550E. Grayscale: #9A9A9A. Windows color (decimal): -10704143 or 15837788. OLE color: 15837788.

HSL color Cylindrical-coordinate representation of color #5CAAF1: hue angle of 208.59º degrees, saturation: 0.84, 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 #5CAAF1 is Cyan = 0.62, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB92170241-
CMYK0.620.2900.05
HSL208.59º84.18%65.29%-
HSV(B)208.59º61.83%94.51%-
XYZ34.6737.3888.61-
YUV154.77176.6683.23-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 18.29%
GREEN value IS 170 (66.80% from 255) = 33.80%
BLUE value IS 241 (94.53% from 255) = 47.91%
R=18.29%
G=33.80%
B=47.91%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal921702410.620.2900.05208.5984.1865.29
Hex5CAAF13E1D05d15441
Octal134252361763505321124101
Binary101110010101010111100011111101110101011101000110101001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5CAAF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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