#60C6F1

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

Shades of Malibu #60C6F1

Tints of Malibu #60C6F1

Color information

#60C6F1 (or 0x60C6F1) is unknown color: approx Malibu. HEX triplet: 60, C6 and F1. RGB value is (96,198,241). Sum of RGB (Red+Green+Blue) = 96+198+241=535 (70% of max value = 765). Red value is 96 (37.89% from 255 or 17.94% from 535); Green value is 198 (77.73% from 255 or 37.01% from 535); Blue value is 241 (94.53% from 255 or 45.05% from 535); Max value from RGB is 241 - color contains mainly: blue. Hex color #60C6F1 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #60C6F1 is #9F390E. Grayscale: #ACACAC. Windows color (decimal): -10434831 or 15844960. OLE color: 15844960.

HSL color Cylindrical-coordinate representation of color #60C6F1: hue angle of 197.79º degrees, saturation: 0.84, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #60C6F1 is Cyan = 0.60, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB96198241-
CMYK0.600.1800.05
HSL197.79º83.82%66.08%-
HSV(B)197.79º60.17%94.51%-
XYZ40.949.2390.57-
YUV172.4166.7173.5-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 17.94%
GREEN value IS 198 (77.73% from 255) = 37.01%
BLUE value IS 241 (94.53% from 255) = 45.05%
R=17.94%
G=37.01%
B=45.05%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal961982410.600.1800.05197.7983.8266.08
Hex60C6F13C1205c65442
Octal140306361742205306124102
Binary110000011000110111100011111001001001011100011010101001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60C6F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(96,198,241); }

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

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

 a { background-color: rgb(96,198,241); }

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

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

 span { border-color: rgb(96,198,241); }

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