Html Css Color HEX #73BDFB Maya Blue

📋 copy color: '#73BDFB'

red 115 ◦ green 189 ◦ blue 251

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

Shades of Maya Blue #73BDFB

Tints of Maya Blue #73BDFB

RGB

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

 GREEN value IS 189 (74.22% from 255) = 34.05%

 BLUE value IS 251 (98.44% from 255) = 45.23%

R = 20.72%
G = 34.05%
B = 45.23%

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

#73BDFB (or 0x73BDFB) is known color: Maya Blue. HEX triplet: 73, BD and FB. RGB value is (115,189,251). Sum of RGB (Red+Green+Blue) = 115+189+251=555 (73% of max value = 765). Red value is 115 (45.31% from 255 or 20.72% from 555); Green value is 189 (74.22% from 255 or 34.05% from 555); Blue value is 251 (98.44% from 255 or 45.23% from 555); Max value from RGB is 251 - color contains mainly: blue. Hex color #73BDFB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #73BDFB is #8C4204. Grayscale: #ADADAD. Windows color (decimal): -9191941 or 16498035. OLE color: 16498035.

HSL color Cylindrical-coordinate representation of color #73BDFB: hue angle of 207.35º degrees, saturation: 0.94, 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 #73BDFB is Cyan = 0.54, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 115 189 251 -
CMYK 0.54 0.25 0 0.02
HSL 207.35º 0.94% 0.72% -
HSV(B) 207.35º 0.54% 0.98% -
XYZ 42.68 47.01 98.09 -
YUV 173.94 171.48 85.96 -
System Red Green Blue C M Y K H S L
Decimal 115 189 251 0.54 0.25 0 0.02 207.35 0.94 0.72
Hex 73 BD FB 36 19 0 2 CF 5E 48
Octal 163 275 373 66 31 0 2 317 136 110
Binary 1110011 10111101 11111011 110110 11001 0 10 11001111 1011110 1001000

Color Harmonies of #73BDFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73BDFB

Black with #73BDFB

Text Example


Text Example

White with #73BDFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(115,189,251); }

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

background-color css

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

 a { background-color: rgb(115,189,251); }

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

border-color css

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

 span { border-color: rgb(115,189,251); }

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