Html Css Color HEX #73BCFE Maya Blue

📋 copy color: '#73BCFE'

red 115 ◦ green 188 ◦ blue 254

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

Shades of Maya Blue #73BCFE

Tints of Maya Blue #73BCFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 45.6%

R = 20.65%
G = 33.75%
B = 45.6%

CMYK

 C value IS 0.55

 M value IS 0.26

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#73BCFE (or 0x73BCFE) is known color: Maya Blue. HEX triplet: 73, BC and FE. RGB value is (115,188,254). Sum of RGB (Red+Green+Blue) = 115+188+254=557 (73% of max value = 765). Red value is 115 (45.31% from 255 or 20.65% from 557); Green value is 188 (73.83% from 255 or 33.75% from 557); Blue value is 254 (99.61% from 255 or 45.60% from 557); Max value from RGB is 254 - color contains mainly: blue. Hex color #73BCFE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #73BCFE is #8C4301. Grayscale: #ADADAD. Windows color (decimal): -9192194 or 16694387. OLE color: 16694387.

HSL color Cylindrical-coordinate representation of color #73BCFE: hue angle of 208.49º degrees, saturation: 0.99, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #73BCFE is Cyan = 0.55, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 115 188 254 -
CMYK 0.55 0.26 0 0.00
HSL 208.49º 0.99% 0.72% -
HSV(B) 208.49º 0.55% 1% -
XYZ 42.94 46.77 100.53 -
YUV 173.7 173.32 86.13 -
System Red Green Blue C M Y K H S L
Decimal 115 188 254 0.55 0.26 0 0.00 208.49 0.99 0.72
Hex 73 BC FE 37 1A 0 0 D0 63 48
Octal 163 274 376 67 32 0 0 320 143 110
Binary 1110011 10111100 11111110 110111 11010 0 0 11010000 1100011 1001000

Color Harmonies of #73BCFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73BCFE

Black with #73BCFE

Text Example


Text Example

White with #73BCFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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