#5CAFF6

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

Shades of Malibu #5CAFF6

Tints of Malibu #5CAFF6

Color information

#5CAFF6 (or 0x5CAFF6) is unknown color: approx Malibu. HEX triplet: 5C, AF and F6. RGB value is (92,175,246). Sum of RGB (Red+Green+Blue) = 92+175+246=513 (67% of max value = 765). Red value is 92 (36.33% from 255 or 17.93% from 513); Green value is 175 (68.75% from 255 or 34.11% from 513); Blue value is 246 (96.48% from 255 or 47.95% from 513); Max value from RGB is 246 - color contains mainly: blue. Hex color #5CAFF6 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5CAFF6 is #A35009. Grayscale: #9D9D9D. Windows color (decimal): -10702858 or 16166748. OLE color: 16166748.

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

Color convert

RGB92175246-
CMYK0.630.2900.04
HSL207.66º89.53%66.27%-
HSV(B)207.66º62.6%96.47%-
XYZ36.3839.5992.91-
YUV158.28177.580.73-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 17.93%
GREEN value IS 175 (68.75% from 255) = 34.11%
BLUE value IS 246 (96.48% from 255) = 47.95%
R=17.93%
G=34.11%
B=47.95%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal921752460.630.2900.04207.6689.5366.27
Hex5CAFF63F1D04d05a42
Octal134257366773504320132102
Binary101110010101111111101101111111110101001101000010110101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5CAFF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,175,246); }

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

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

 a { background-color: rgb(92,175,246); }

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

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

 span { border-color: rgb(92,175,246); }

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