#60AFD8

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

Shades of Malibu #60AFD8

Tints of Malibu #60AFD8

Color information

#60AFD8 (or 0x60AFD8) is unknown color: approx Malibu. HEX triplet: 60, AF and D8. RGB value is (96,175,216). Sum of RGB (Red+Green+Blue) = 96+175+216=487 (64% of max value = 765). Red value is 96 (37.89% from 255 or 19.71% from 487); Green value is 175 (68.75% from 255 or 35.93% from 487); Blue value is 216 (84.77% from 255 or 44.35% from 487); Max value from RGB is 216 - color contains mainly: blue. Hex color #60AFD8 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #60AFD8 is #9F5027. Grayscale: #9B9B9B. Windows color (decimal): -10440744 or 14200672. OLE color: 14200672.

HSL color Cylindrical-coordinate representation of color #60AFD8: hue angle of 200.5º degrees, saturation: 0.61, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #60AFD8 is Cyan = 0.56, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB96175216-
CMYK0.560.1900.15
HSL200.5º60.61%61.18%-
HSV(B)200.5º55.56%84.71%-
XYZ32.5538.170.61-
YUV156.05161.8385.17-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 19.71%
GREEN value IS 175 (68.75% from 255) = 35.93%
BLUE value IS 216 (84.77% from 255) = 44.35%
R=19.71%
G=35.93%
B=44.35%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal961752160.560.1900.15200.560.6161.18
Hex60AFD838130Fc83d3d
Octal14025733070230173107575
Binary11000001010111111011000111000100110111111001000111101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60AFD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(96,175,216); }

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

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

 a { background-color: rgb(96,175,216); }

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

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

 span { border-color: rgb(96,175,216); }

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