#60C4FB

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

Shades of Maya Blue #60C4FB

Tints of Maya Blue #60C4FB

Color information

#60C4FB (or 0x60C4FB) is unknown color: approx Maya Blue. HEX triplet: 60, C4 and FB. RGB value is (96,196,251). Sum of RGB (Red+Green+Blue) = 96+196+251=543 (71% of max value = 765). Red value is 96 (37.89% from 255 or 17.68% from 543); Green value is 196 (76.95% from 255 or 36.10% from 543); Blue value is 251 (98.44% from 255 or 46.22% from 543); Max value from RGB is 251 - color contains mainly: blue. Hex color #60C4FB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #60C4FB is #9F3B04. Grayscale: #ACACAC. Windows color (decimal): -10435333 or 16499808. OLE color: 16499808.

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

Color convert

RGB96196251-
CMYK0.620.2200.02
HSL201.29º95.09%68.04%-
HSV(B)201.29º61.75%98.43%-
XYZ41.9848.9398.5-
YUV172.37172.3773.53-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 17.68%
GREEN value IS 196 (76.95% from 255) = 36.10%
BLUE value IS 251 (98.44% from 255) = 46.22%
R=17.68%
G=36.10%
B=46.22%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal961962510.620.2200.02201.2995.0968.04
Hex60C4FB3E1602c95f44
Octal140304373762602311137104
Binary11000001100010011111011111110101100101100100110111111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60C4FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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