#60CDFD

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

Shades of Maya Blue #60CDFD

Tints of Maya Blue #60CDFD

Color information

#60CDFD (or 0x60CDFD) is unknown color: approx Maya Blue. HEX triplet: 60, CD and FD. RGB value is (96,205,253). Sum of RGB (Red+Green+Blue) = 96+205+253=554 (73% of max value = 765). Red value is 96 (37.89% from 255 or 17.33% from 554); Green value is 205 (80.47% from 255 or 37.00% from 554); Blue value is 253 (99.22% from 255 or 45.67% from 554); Max value from RGB is 253 - color contains mainly: blue. Hex color #60CDFD is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #60CDFD is #9F3202. Grayscale: #B1B1B1. Windows color (decimal): -10433027 or 16633184. OLE color: 16633184.

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

Color convert

RGB96205253-
CMYK0.620.1900.01
HSL198.34º97.52%68.43%-
HSV(B)198.34º62.06%99.22%-
XYZ44.3853.24100.87-
YUV177.88170.3969.6-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 17.33%
GREEN value IS 205 (80.47% from 255) = 37.00%
BLUE value IS 253 (99.22% from 255) = 45.67%
R=17.33%
G=37.00%
B=45.67%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal962052530.620.1900.01198.3497.5268.43
Hex60CDFD3E1301c66244
Octal140315375762301306142104
Binary1100000110011011111110111111010011011100011011000101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60CDFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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