#60D5FF

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

Shades of Maya Blue #60D5FF

Tints of Maya Blue #60D5FF

Color information

#60D5FF (or 0x60D5FF) is unknown color: approx Maya Blue. HEX triplet: 60, D5 and FF. RGB value is (96,213,255). Sum of RGB (Red+Green+Blue) = 96+213+255=564 (74% of max value = 765). Red value is 96 (37.89% from 255 or 17.02% from 564); Green value is 213 (83.59% from 255 or 37.77% from 564); Blue value is 255 (100% from 255 or 45.21% from 564); Max value from RGB is 255 - color contains mainly: blue. Hex color #60D5FF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #60D5FF is #9F2A00. Grayscale: #B6B6B6. Windows color (decimal): -10430977 or 16766304. OLE color: 16766304.

HSL color Cylindrical-coordinate representation of color #60D5FF: hue angle of 195.85º 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 #60D5FF is Cyan = 0.62, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB96213255-
CMYK0.620.1600
HSL195.85º100%68.82%-
HSV(B)195.85º62.35%100%-
XYZ46.6757.3103.21-
YUV182.8168.7466.08-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 17.02%
GREEN value IS 213 (83.59% from 255) = 37.77%
BLUE value IS 255 (100% from 255) = 45.21%
R=17.02%
G=37.77%
B=45.21%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal962132550.620.1600195.8510068.82
Hex60D5FF3E1000c46445
Octal140325377762000304144105
Binary1100000110101011111111111111010000001100010011001001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60D5FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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