#5CACF7

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

Shades of Malibu #5CACF7

Tints of Malibu #5CACF7

Color information

#5CACF7 (or 0x5CACF7) is unknown color: approx Malibu. HEX triplet: 5C, AC and F7. RGB value is (92,172,247). Sum of RGB (Red+Green+Blue) = 92+172+247=511 (67% of max value = 765). Red value is 92 (36.33% from 255 or 18.00% from 511); Green value is 172 (67.58% from 255 or 33.66% from 511); Blue value is 247 (96.88% from 255 or 48.34% from 511); Max value from RGB is 247 - color contains mainly: blue. Hex color #5CACF7 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5CACF7 is #A35308. Grayscale: #9C9C9C. Windows color (decimal): -10703625 or 16231516. OLE color: 16231516.

HSL color Cylindrical-coordinate representation of color #5CACF7: hue angle of 209.03º degrees, saturation: 0.91, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5CACF7 is Cyan = 0.63, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB92172247-
CMYK0.630.3000.03
HSL209.03º90.64%66.47%-
HSV(B)209.03º62.75%96.86%-
XYZ35.9538.593.53-
YUV156.6317981.9-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 18.00%
GREEN value IS 172 (67.58% from 255) = 33.66%
BLUE value IS 247 (96.88% from 255) = 48.34%
R=18.00%
G=33.66%
B=48.34%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal921722470.630.3000.03209.0390.6466.47
Hex5CACF73F1E03d15b42
Octal134254367773603321133102
Binary10111001010110011110111111111111100111101000110110111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5CACF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,172,247); }

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

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

 a { background-color: rgb(92,172,247); }

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

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

 span { border-color: rgb(92,172,247); }

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