Html Css Color HEX #60B1FA Maya Blue

📋 copy color: '#60B1FA'

red 96 ◦ green 177 ◦ blue 250

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

Shades of Maya Blue #60B1FA

Tints of Maya Blue #60B1FA

RGB

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

 GREEN value IS 177 (69.53% from 255) = 33.84%

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

R = 18.36%
G = 33.84%
B = 47.8%

CMYK

 C value IS 0.62

 M value IS 0.29

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#60B1FA (or 0x60B1FA) is known color: Maya Blue. HEX triplet: 60, B1 and FA. RGB value is (96,177,250). Sum of RGB (Red+Green+Blue) = 96+177+250=523 (69% of max value = 765). Red value is 96 (37.89% from 255 or 18.36% from 523); Green value is 177 (69.53% from 255 or 33.84% from 523); Blue value is 250 (98.05% from 255 or 47.80% from 523); Max value from RGB is 250 - color contains mainly: blue. Hex color #60B1FA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #60B1FA is #9F4E05. Grayscale: #A0A0A0. Windows color (decimal): -10440198 or 16429408. OLE color: 16429408.

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

Color convert

RGB 96 177 250 -
CMYK 0.62 0.29 0 0.02
HSL 208.44º 0.94% 0.68% -
HSV(B) 208.44º 0.62% 0.98% -
XYZ 37.8 40.83 96.33 -
YUV 161.1 178.16 81.56 -
System Red Green Blue C M Y K H S L
Decimal 96 177 250 0.62 0.29 0 0.02 208.44 0.94 0.68
Hex 60 B1 FA 3E 1D 0 2 D0 5E 44
Octal 140 261 372 76 35 0 2 320 136 104
Binary 1100000 10110001 11111010 111110 11101 0 10 11010000 1011110 1000100

Color Harmonies of #60B1FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60B1FA

Black with #60B1FA

Text Example


Text Example

White with #60B1FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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