Html Css Color HEX #60B7FA Maya Blue

📋 copy color: '#60B7FA'

red 96 ◦ green 183 ◦ blue 250

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

Shades of Maya Blue #60B7FA

Tints of Maya Blue #60B7FA

RGB

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

 GREEN value IS 183 (71.88% from 255) = 34.59%

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

R = 18.15%
G = 34.59%
B = 47.26%

CMYK

 C value IS 0.62

 M value IS 0.27

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#60B7FA (or 0x60B7FA) is known color: Maya Blue. HEX triplet: 60, B7 and FA. RGB value is (96,183,250). Sum of RGB (Red+Green+Blue) = 96+183+250=529 (70% of max value = 765). Red value is 96 (37.89% from 255 or 18.15% from 529); Green value is 183 (71.88% from 255 or 34.59% from 529); Blue value is 250 (98.05% from 255 or 47.26% from 529); Max value from RGB is 250 - color contains mainly: blue. Hex color #60B7FA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #60B7FA is #9F4805. Grayscale: #A4A4A4. Windows color (decimal): -10438662 or 16430944. OLE color: 16430944.

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

Color convert

RGB 96 183 250 -
CMYK 0.62 0.27 0 0.02
HSL 206.1º 0.94% 0.68% -
HSV(B) 206.1º 0.62% 0.98% -
XYZ 39.01 43.26 96.74 -
YUV 164.63 176.18 79.05 -
System Red Green Blue C M Y K H S L
Decimal 96 183 250 0.62 0.27 0 0.02 206.1 0.94 0.68
Hex 60 B7 FA 3E 1B 0 2 CE 5E 44
Octal 140 267 372 76 33 0 2 316 136 104
Binary 1100000 10110111 11111010 111110 11011 0 10 11001110 1011110 1000100

Color Harmonies of #60B7FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60B7FA

Black with #60B7FA

Text Example


Text Example

White with #60B7FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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