Html Css Color HEX #60B5FA Maya Blue

📋 copy color: '#60B5FA'

red 96 ◦ green 181 ◦ blue 250

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

Shades of Maya Blue #60B5FA

Tints of Maya Blue #60B5FA

RGB

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

 GREEN value IS 181 (71.09% from 255) = 34.35%

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

R = 18.22%
G = 34.35%
B = 47.44%

CMYK

 C value IS 0.62

 M value IS 0.28

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#60B5FA (or 0x60B5FA) is known color: Maya Blue. HEX triplet: 60, B5 and FA. RGB value is (96,181,250). Sum of RGB (Red+Green+Blue) = 96+181+250=527 (69% of max value = 765). Red value is 96 (37.89% from 255 or 18.22% from 527); Green value is 181 (71.09% from 255 or 34.35% from 527); Blue value is 250 (98.05% from 255 or 47.44% from 527); Max value from RGB is 250 - color contains mainly: blue. Hex color #60B5FA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #60B5FA is #9F4A05. Grayscale: #A3A3A3. Windows color (decimal): -10439174 or 16430432. OLE color: 16430432.

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

Color convert

RGB 96 181 250 -
CMYK 0.62 0.28 0 0.02
HSL 206.88º 0.94% 0.68% -
HSV(B) 206.88º 0.62% 0.98% -
XYZ 38.6 42.44 96.6 -
YUV 163.45 176.84 79.89 -
System Red Green Blue C M Y K H S L
Decimal 96 181 250 0.62 0.28 0 0.02 206.88 0.94 0.68
Hex 60 B5 FA 3E 1C 0 2 CF 5E 44
Octal 140 265 372 76 34 0 2 317 136 104
Binary 1100000 10110101 11111010 111110 11100 0 10 11001111 1011110 1000100

Color Harmonies of #60B5FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60B5FA

Black with #60B5FA

Text Example


Text Example

White with #60B5FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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