#60CDFB

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

Shades of Maya Blue #60CDFB

Tints of Maya Blue #60CDFB

Color information

#60CDFB (or 0x60CDFB) is unknown color: approx Maya Blue. HEX triplet: 60, CD and FB. RGB value is (96,205,251). Sum of RGB (Red+Green+Blue) = 96+205+251=552 (73% of max value = 765). Red value is 96 (37.89% from 255 or 17.39% from 552); Green value is 205 (80.47% from 255 or 37.14% from 552); Blue value is 251 (98.44% from 255 or 45.47% from 552); Max value from RGB is 251 - color contains mainly: blue. Hex color #60CDFB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #60CDFB is #9F3204. Grayscale: #B1B1B1. Windows color (decimal): -10433029 or 16502112. OLE color: 16502112.

HSL color Cylindrical-coordinate representation of color #60CDFB: hue angle of 197.81º degrees, saturation: 0.95, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #60CDFB is Cyan = 0.62, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB96205251-
CMYK0.620.1800.02
HSL197.81º95.09%68.04%-
HSV(B)197.81º61.75%98.43%-
XYZ44.0753.1199.2-
YUV177.65169.3969.76-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 17.39%
GREEN value IS 205 (80.47% from 255) = 37.14%
BLUE value IS 251 (98.44% from 255) = 45.47%
R=17.39%
G=37.14%
B=45.47%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal962052510.620.1800.02197.8195.0968.04
Hex60CDFB3E1202c65f44
Octal140315373762202306137104
Binary11000001100110111111011111110100100101100011010111111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60CDFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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