#60D1FD

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

Shades of Maya Blue #60D1FD

Tints of Maya Blue #60D1FD

Color information

#60D1FD (or 0x60D1FD) is unknown color: approx Maya Blue. HEX triplet: 60, D1 and FD. RGB value is (96,209,253). Sum of RGB (Red+Green+Blue) = 96+209+253=558 (73% of max value = 765). Red value is 96 (37.89% from 255 or 17.20% from 558); Green value is 209 (82.03% from 255 or 37.46% from 558); Blue value is 253 (99.22% from 255 or 45.34% from 558); Max value from RGB is 253 - color contains mainly: blue. Hex color #60D1FD is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #60D1FD is #9F2E02. Grayscale: #B3B3B3. Windows color (decimal): -10432003 or 16634208. OLE color: 16634208.

HSL color Cylindrical-coordinate representation of color #60D1FD: hue angle of 196.82º degrees, saturation: 0.98, 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 #60D1FD is Cyan = 0.62, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB96209253-
CMYK0.620.1700.01
HSL196.82º97.52%68.43%-
HSV(B)196.82º62.06%99.22%-
XYZ45.3555.18101.19-
YUV180.23169.0667.92-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 17.20%
GREEN value IS 209 (82.03% from 255) = 37.46%
BLUE value IS 253 (99.22% from 255) = 45.34%
R=17.20%
G=37.46%
B=45.34%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal962092530.620.1700.01196.8297.5268.43
Hex60D1FD3E1101c56244
Octal140321375762101305142104
Binary1100000110100011111110111111010001011100010111000101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60D1FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(96,209,253); }

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

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

 a { background-color: rgb(96,209,253); }

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

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

 span { border-color: rgb(96,209,253); }

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