#60C3FC

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

Shades of Maya Blue #60C3FC

Tints of Maya Blue #60C3FC

Color information

#60C3FC (or 0x60C3FC) is unknown color: approx Maya Blue. HEX triplet: 60, C3 and FC. RGB value is (96,195,252). Sum of RGB (Red+Green+Blue) = 96+195+252=543 (71% of max value = 765). Red value is 96 (37.89% from 255 or 17.68% from 543); Green value is 195 (76.56% from 255 or 35.91% from 543); Blue value is 252 (98.83% from 255 or 46.41% from 543); Max value from RGB is 252 - color contains mainly: blue. Hex color #60C3FC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #60C3FC is #9F3C03. Grayscale: #ABABAB. Windows color (decimal): -10435588 or 16565088. OLE color: 16565088.

HSL color Cylindrical-coordinate representation of color #60C3FC: hue angle of 201.92º degrees, saturation: 0.96, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #60C3FC is Cyan = 0.62, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB96195252-
CMYK0.620.2300.01
HSL201.92º96.3%68.24%-
HSV(B)201.92º61.9%98.82%-
XYZ41.9148.5599.26-
YUV171.9173.273.87-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 17.68%
GREEN value IS 195 (76.56% from 255) = 35.91%
BLUE value IS 252 (98.83% from 255) = 46.41%
R=17.68%
G=35.91%
B=46.41%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal961952520.620.2300.01201.9296.368.24
Hex60C3FC3E1701ca6044
Octal140303374762701312140104
Binary1100000110000111111110011111010111011100101011000001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60C3FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(96,195,252); }

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

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

 a { background-color: rgb(96,195,252); }

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

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

 span { border-color: rgb(96,195,252); }

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