Html Css Color HEX #73BFFF Maya Blue

📋 copy color: '#73BFFF'

red 115 ◦ green 191 ◦ blue 255

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

Shades of Maya Blue #73BFFF

Tints of Maya Blue #73BFFF

RGB

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

 GREEN value IS 191 (75% from 255) = 34.05%

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

R = 20.5%
G = 34.05%
B = 45.45%

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

#73BFFF (or 0x73BFFF) is known color: Maya Blue. HEX triplet: 73, BF and FF. RGB value is (115,191,255). Sum of RGB (Red+Green+Blue) = 115+191+255=561 (74% of max value = 765). Red value is 115 (45.31% from 255 or 20.50% from 561); Green value is 191 (75% from 255 or 34.05% from 561); Blue value is 255 (100% from 255 or 45.45% from 561); Max value from RGB is 255 - color contains mainly: blue. Hex color #73BFFF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #73BFFF is #8C4000. Grayscale: #AFAFAF. Windows color (decimal): -9191425 or 16760691. OLE color: 16760691.

HSL color Cylindrical-coordinate representation of color #73BFFF: hue angle of 207.43º 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 #73BFFF is Cyan = 0.55, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 115 191 255 -
CMYK 0.55 0.25 0 0
HSL 207.43º 1% 0.73% -
HSV(B) 207.43º 0.55% 1% -
XYZ 43.75 48.13 101.59 -
YUV 175.57 172.82 84.8 -
System Red Green Blue C M Y K H S L
Decimal 115 191 255 0.55 0.25 0 0 207.43 1 0.73
Hex 73 BF FF 37 19 0 0 CF 64 49
Octal 163 277 377 67 31 0 0 317 144 111
Binary 1110011 10111111 11111111 110111 11001 0 0 11001111 1100100 1001001

Color Harmonies of #73BFFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73BFFF

Black with #73BFFF

Text Example


Text Example

White with #73BFFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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