#60D0FF

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

Shades of Maya Blue #60D0FF

Tints of Maya Blue #60D0FF

Color information

#60D0FF (or 0x60D0FF) is unknown color: approx Maya Blue. HEX triplet: 60, D0 and FF. RGB value is (96,208,255). Sum of RGB (Red+Green+Blue) = 96+208+255=559 (74% of max value = 765). Red value is 96 (37.89% from 255 or 17.17% from 559); Green value is 208 (81.64% from 255 or 37.21% from 559); Blue value is 255 (100% from 255 or 45.62% from 559); Max value from RGB is 255 - color contains mainly: blue. Hex color #60D0FF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #60D0FF is #9F2F00. Grayscale: #B3B3B3. Windows color (decimal): -10432257 or 16765024. OLE color: 16765024.

HSL color Cylindrical-coordinate representation of color #60D0FF: hue angle of 197.74º degrees, saturation: 1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #60D0FF is Cyan = 0.62, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB96208255-
CMYK0.620.1800
HSL197.74º100%68.82%-
HSV(B)197.74º62.35%100%-
XYZ45.4354.82102.79-
YUV179.87170.3968.18-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 17.17%
GREEN value IS 208 (81.64% from 255) = 37.21%
BLUE value IS 255 (100% from 255) = 45.62%
R=17.17%
G=37.21%
B=45.62%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal962082550.620.1800197.7410068.82
Hex60D0FF3E1200c66445
Octal140320377762200306144105
Binary1100000110100001111111111111010010001100011011001001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60D0FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(96,208,255); }

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

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

 a { background-color: rgb(96,208,255); }

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

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

 span { border-color: rgb(96,208,255); }

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