#60C1F8

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

Shades of Maya Blue #60C1F8

Tints of Maya Blue #60C1F8

Color information

#60C1F8 (or 0x60C1F8) is unknown color: approx Maya Blue. HEX triplet: 60, C1 and F8. RGB value is (96,193,248). Sum of RGB (Red+Green+Blue) = 96+193+248=537 (71% of max value = 765). Red value is 96 (37.89% from 255 or 17.88% from 537); Green value is 193 (75.78% from 255 or 35.94% from 537); Blue value is 248 (97.27% from 255 or 46.18% from 537); Max value from RGB is 248 - color contains mainly: blue. Hex color #60C1F8 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #60C1F8 is #9F3E07. Grayscale: #A9A9A9. Windows color (decimal): -10436104 or 16302432. OLE color: 16302432.

HSL color Cylindrical-coordinate representation of color #60C1F8: hue angle of 201.71º degrees, saturation: 0.92, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #60C1F8 is Cyan = 0.61, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB96193248-
CMYK0.610.2200.03
HSL201.71º91.57%67.45%-
HSV(B)201.71º61.29%97.25%-
XYZ40.8447.495.8-
YUV170.27171.8675.03-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 17.88%
GREEN value IS 193 (75.78% from 255) = 35.94%
BLUE value IS 248 (97.27% from 255) = 46.18%
R=17.88%
G=35.94%
B=46.18%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal961932480.610.2200.03201.7191.5767.45
Hex60C1F83D1603ca5c43
Octal140301370752603312134103
Binary11000001100000111111000111101101100111100101010111001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60C1F8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(96,193,248); }

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

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

 a { background-color: rgb(96,193,248); }

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

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

 span { border-color: rgb(96,193,248); }

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