Html Css Color HEX #73BCFA Maya Blue

📋 copy color: '#73BCFA'

red 115 ◦ green 188 ◦ blue 250

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

Shades of Maya Blue #73BCFA

Tints of Maya Blue #73BCFA

RGB

 RED value IS 115 (45.31% from 255) = 20.8%

 GREEN value IS 188 (73.83% from 255) = 34%

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

R = 20.8%
G = 34%
B = 45.21%

CMYK

 C value IS 0.54

 M value IS 0.25

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#73BCFA (or 0x73BCFA) is known color: Maya Blue. HEX triplet: 73, BC and FA. RGB value is (115,188,250). Sum of RGB (Red+Green+Blue) = 115+188+250=553 (73% of max value = 765). Red value is 115 (45.31% from 255 or 20.80% from 553); Green value is 188 (73.83% from 255 or 34.00% from 553); Blue value is 250 (98.05% from 255 or 45.21% from 553); Max value from RGB is 250 - color contains mainly: blue. Hex color #73BCFA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #73BCFA is #8C4305. Grayscale: #ACACAC. Windows color (decimal): -9192198 or 16432243. OLE color: 16432243.

HSL color Cylindrical-coordinate representation of color #73BCFA: hue angle of 207.56º degrees, saturation: 0.93, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #73BCFA is Cyan = 0.54, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 115 188 250 -
CMYK 0.54 0.25 0 0.02
HSL 207.56º 0.93% 0.72% -
HSV(B) 207.56º 0.54% 0.98% -
XYZ 42.31 46.51 97.19 -
YUV 173.24 171.32 86.46 -
System Red Green Blue C M Y K H S L
Decimal 115 188 250 0.54 0.25 0 0.02 207.56 0.93 0.72
Hex 73 BC FA 36 19 0 2 D0 5D 48
Octal 163 274 372 66 31 0 2 320 135 110
Binary 1110011 10111100 11111010 110110 11001 0 10 11010000 1011101 1001000

Color Harmonies of #73BCFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73BCFA

Black with #73BCFA

Text Example


Text Example

White with #73BCFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #73BCFA; }

 p { color: rgb(115,188,250); }

 H1.HeaderClassName
 {
   color: #73BCFA;
 }
 .AnyTagClassName
 {
   color: #73BCFA;
 }
</style>

background-color css

<style>
 a { background-color: #73BCFA; }

 a { background-color: rgb(115,188,250); }

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

border-color css

<style>
 span { border-color: #73BCFA; }

 span { border-color: rgb(115,188,250); }

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