#60afdb

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

Shades of Malibu #60AFDB

Tints of Malibu #60AFDB

Color information

#60AFDB (or 0x60AFDB) is unknown color: approx Malibu. HEX triplet: 60, AF and DB. RGB value is (96,175,219). Sum of RGB (Red+Green+Blue) = 96+175+219=490 (64% of max value = 765). Red value is 96 (37.89% from 255 or 19.59% from 490); Green value is 175 (68.75% from 255 or 35.71% from 490); Blue value is 219 (85.94% from 255 or 44.69% from 490); Max value from RGB is 219 - color contains mainly: blue. Hex color #60AFDB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #60AFDB is #9F5024. Grayscale: #9C9C9C. Windows color (decimal): -10440741 or 14397280. OLE color: 14397280.

HSL color Cylindrical-coordinate representation of color #60AFDB: hue angle of 201.46º degrees, saturation: 0.63, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #60AFDB is Cyan = 0.56, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB96175219-
CMYK0.560.2000.14
HSL201.46º63.08%61.76%-
HSV(B)201.46º56.16%85.88%-
XYZ32.9438.2672.67-
YUV156.4163.3384.92-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 19.59%
GREEN value IS 175 (68.75% from 255) = 35.71%
BLUE value IS 219 (85.94% from 255) = 44.69%
R=19.59%
G=35.71%
B=44.69%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal961752190.560.2000.14201.4663.0861.76
Hex60AFDB38140Ec93f3e
Octal14025733370240163117776
Binary11000001010111111011011111000101000111011001001111111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60afdb

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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