Html Css Color HEX #60BAFA Maya Blue

📋 copy color: '#60BAFA'

red 96 ◦ green 186 ◦ blue 250

#60BAFA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Maya Blue #60BAFA

Tints of Maya Blue #60BAFA

RGB

 RED value IS 96 (37.89% from 255) = 18.05%

 GREEN value IS 186 (73.05% from 255) = 34.96%

 BLUE value IS 250 (98.05% from 255) = 46.99%

R = 18.05%
G = 34.96%
B = 46.99%

CMYK

 C value IS 0.62

 M value IS 0.26

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#60BAFA (or 0x60BAFA) is known color: Maya Blue. HEX triplet: 60, BA and FA. RGB value is (96,186,250). Sum of RGB (Red+Green+Blue) = 96+186+250=532 (70% of max value = 765). Red value is 96 (37.89% from 255 or 18.05% from 532); Green value is 186 (73.05% from 255 or 34.96% from 532); Blue value is 250 (98.05% from 255 or 46.99% from 532); Max value from RGB is 250 - color contains mainly: blue. Hex color #60BAFA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #60BAFA is #9F4505. Grayscale: #A6A6A6. Windows color (decimal): -10437894 or 16431712. OLE color: 16431712.

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

Color convert

RGB 96 186 250 -
CMYK 0.62 0.26 0 0.02
HSL 204.94º 0.94% 0.68% -
HSV(B) 204.94º 0.62% 0.98% -
XYZ 39.64 44.51 96.94 -
YUV 166.39 175.18 77.8 -
System Red Green Blue C M Y K H S L
Decimal 96 186 250 0.62 0.26 0 0.02 204.94 0.94 0.68
Hex 60 BA FA 3E 1A 0 2 CD 5E 44
Octal 140 272 372 76 32 0 2 315 136 104
Binary 1100000 10111010 11111010 111110 11010 0 10 11001101 1011110 1000100

Color Harmonies of #60BAFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60BAFA

Black with #60BAFA

Text Example


Text Example

White with #60BAFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #60BAFA;
 }
 .AnyTagClassName
 {
   color: #60BAFA;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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