Html Css Color HEX #73BEFF Maya Blue

📋 copy color: '#73BEFF'

red 115 ◦ green 190 ◦ blue 255

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

Shades of Maya Blue #73BEFF

Tints of Maya Blue #73BEFF

RGB

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

 GREEN value IS 190 (74.61% from 255) = 33.93%

 BLUE value IS 255 (100% from 255) = 45.54%

R = 20.54%
G = 33.93%
B = 45.54%

CMYK

 C value IS 0.55

 M value IS 0.25

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#73BEFF (or 0x73BEFF) is known color: Maya Blue. HEX triplet: 73, BE and FF. RGB value is (115,190,255). Sum of RGB (Red+Green+Blue) = 115+190+255=560 (74% of max value = 765). Red value is 115 (45.31% from 255 or 20.54% from 560); Green value is 190 (74.61% from 255 or 33.93% from 560); Blue value is 255 (100% from 255 or 45.54% from 560); Max value from RGB is 255 - color contains mainly: blue. Hex color #73BEFF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #73BEFF is #8C4100. Grayscale: #AEAEAE. Windows color (decimal): -9191681 or 16760435. OLE color: 16760435.

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

Color convert

RGB 115 190 255 -
CMYK 0.55 0.25 0 0
HSL 207.86º 1% 0.73% -
HSV(B) 207.86º 0.55% 1% -
XYZ 43.53 47.69 101.52 -
YUV 174.99 173.15 85.21 -
System Red Green Blue C M Y K H S L
Decimal 115 190 255 0.55 0.25 0 0 207.86 1 0.73
Hex 73 BE FF 37 19 0 0 D0 64 49
Octal 163 276 377 67 31 0 0 320 144 111
Binary 1110011 10111110 11111111 110111 11001 0 0 11010000 1100100 1001001

Color Harmonies of #73BEFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73BEFF

Black with #73BEFF

Text Example


Text Example

White with #73BEFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(115,190,255); }

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

background-color css

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

 a { background-color: rgb(115,190,255); }

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

border-color css

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

 span { border-color: rgb(115,190,255); }

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