#60BBFA

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

Shades of Maya Blue #60BBFA

Tints of Maya Blue #60BBFA

Color information

#60BBFA (or 0x60BBFA) is unknown color: approx Maya Blue. HEX triplet: 60, BB and FA. RGB value is (96,187,250). Sum of RGB (Red+Green+Blue) = 96+187+250=533 (70% of max value = 765). Red value is 96 (37.89% from 255 or 18.01% from 533); Green value is 187 (73.44% from 255 or 35.08% from 533); Blue value is 250 (98.05% from 255 or 46.90% from 533); Max value from RGB is 250 - color contains mainly: blue. Hex color #60BBFA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #60BBFA is #9F4405. Grayscale: #A6A6A6. Windows color (decimal): -10437638 or 16431968. OLE color: 16431968.

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

Color convert

RGB96187250-
CMYK0.620.2500.02
HSL204.55º93.9%67.84%-
HSV(B)204.55º61.6%98.04%-
XYZ39.8544.9397.01-
YUV166.97174.8577.38-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 18.01%
GREEN value IS 187 (73.44% from 255) = 35.08%
BLUE value IS 250 (98.05% from 255) = 46.90%
R=18.01%
G=35.08%
B=46.90%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal961872500.620.2500.02204.5593.967.84
Hex60BBFA3E1902cd5e44
Octal140273372763102315136104
Binary11000001011101111111010111110110010101100110110111101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60BBFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(96,187,250); }

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

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

 a { background-color: rgb(96,187,250); }

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

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

 span { border-color: rgb(96,187,250); }

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