#60ACF4

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

Shades of Malibu #60ACF4

Tints of Malibu #60ACF4

Color information

#60ACF4 (or 0x60ACF4) is unknown color: approx Malibu. HEX triplet: 60, AC and F4. RGB value is (96,172,244). Sum of RGB (Red+Green+Blue) = 96+172+244=512 (67% of max value = 765). Red value is 96 (37.89% from 255 or 18.75% from 512); Green value is 172 (67.58% from 255 or 33.59% from 512); Blue value is 244 (95.70% from 255 or 47.66% from 512); Max value from RGB is 244 - color contains mainly: blue. Hex color #60ACF4 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #60ACF4 is #9F530B. Grayscale: #9D9D9D. Windows color (decimal): -10441484 or 16034912. OLE color: 16034912.

HSL color Cylindrical-coordinate representation of color #60ACF4: hue angle of 209.19º degrees, saturation: 0.87, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #60ACF4 is Cyan = 0.61, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB96172244-
CMYK0.610.3000.04
HSL209.19º87.06%66.67%-
HSV(B)209.19º60.66%95.69%-
XYZ35.9138.5291.13-
YUV157.48176.8284.15-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 18.75%
GREEN value IS 172 (67.58% from 255) = 33.59%
BLUE value IS 244 (95.70% from 255) = 47.66%
R=18.75%
G=33.59%
B=47.66%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal961722440.610.3000.04209.1987.0666.67
Hex60ACF43D1E04d15743
Octal140254364753604321127103
Binary110000010101100111101001111011111001001101000110101111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60ACF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #60ACF4; }

 p { color: rgb(96,172,244); }

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

<style>
 a { background-color: #60ACF4; }

 a { background-color: rgb(96,172,244); }

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

<style>
 span { border-color: #60ACF4; }

 span { border-color: rgb(96,172,244); }

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