#60D0FD

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

Shades of Maya Blue #60D0FD

Tints of Maya Blue #60D0FD

Color information

#60D0FD (or 0x60D0FD) is unknown color: approx Maya Blue. HEX triplet: 60, D0 and FD. RGB value is (96,208,253). Sum of RGB (Red+Green+Blue) = 96+208+253=557 (73% of max value = 765). Red value is 96 (37.89% from 255 or 17.24% from 557); Green value is 208 (81.64% from 255 or 37.34% from 557); Blue value is 253 (99.22% from 255 or 45.42% from 557); Max value from RGB is 253 - color contains mainly: blue. Hex color #60D0FD is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #60D0FD is #9F2F02. Grayscale: #B3B3B3. Windows color (decimal): -10432259 or 16633952. OLE color: 16633952.

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

Color convert

RGB96208253-
CMYK0.620.1800.01
HSL197.2º97.52%68.43%-
HSV(B)197.2º62.06%99.22%-
XYZ45.1154.69101.11-
YUV179.64169.3968.34-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 17.24%
GREEN value IS 208 (81.64% from 255) = 37.34%
BLUE value IS 253 (99.22% from 255) = 45.42%
R=17.24%
G=37.34%
B=45.42%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal962082530.620.1800.01197.297.5268.43
Hex60D0FD3E1201c56244
Octal140320375762201305142104
Binary1100000110100001111110111111010010011100010111000101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60D0FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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