#60B6FA

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

Shades of Maya Blue #60B6FA

Tints of Maya Blue #60B6FA

Color information

#60B6FA (or 0x60B6FA) is unknown color: approx Maya Blue. HEX triplet: 60, B6 and FA. RGB value is (96,182,250). Sum of RGB (Red+Green+Blue) = 96+182+250=528 (69% of max value = 765). Red value is 96 (37.89% from 255 or 18.18% from 528); Green value is 182 (71.48% from 255 or 34.47% from 528); Blue value is 250 (98.05% from 255 or 47.35% from 528); Max value from RGB is 250 - color contains mainly: blue. Hex color #60B6FA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #60B6FA is #9F4905. Grayscale: #A3A3A3. Windows color (decimal): -10438918 or 16430688. OLE color: 16430688.

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

Color convert

RGB96182250-
CMYK0.620.2700.02
HSL206.49º93.9%67.84%-
HSV(B)206.49º61.6%98.04%-
XYZ38.8142.8496.67-
YUV164.04176.5179.47-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 18.18%
GREEN value IS 182 (71.48% from 255) = 34.47%
BLUE value IS 250 (98.05% from 255) = 47.35%
R=18.18%
G=34.47%
B=47.35%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal961822500.620.2700.02206.4993.967.84
Hex60B6FA3E1B02ce5e44
Octal140266372763302316136104
Binary11000001011011011111010111110110110101100111010111101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60B6FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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