Html Css Color HEX #73D5FB Maya Blue

📋 copy color: '#73D5FB'

red 115 ◦ green 213 ◦ blue 251

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

Shades of Maya Blue #73D5FB

Tints of Maya Blue #73D5FB

RGB

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

 GREEN value IS 213 (83.59% from 255) = 36.79%

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

R = 19.86%
G = 36.79%
B = 43.35%

CMYK

 C value IS 0.54

 M value IS 0.15

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#73D5FB (or 0x73D5FB) is known color: Maya Blue. HEX triplet: 73, D5 and FB. RGB value is (115,213,251). Sum of RGB (Red+Green+Blue) = 115+213+251=579 (76% of max value = 765). Red value is 115 (45.31% from 255 or 19.86% from 579); Green value is 213 (83.59% from 255 or 36.79% from 579); Blue value is 251 (98.44% from 255 or 43.35% from 579); Max value from RGB is 251 - color contains mainly: blue. Hex color #73D5FB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #73D5FB is #8C2A04. Grayscale: #BBBBBB. Windows color (decimal): -9185797 or 16504179. OLE color: 16504179.

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

Color convert

RGB 115 213 251 -
CMYK 0.54 0.15 0 0.02
HSL 196.76º 0.94% 0.72% -
HSV(B) 196.76º 0.54% 0.98% -
XYZ 48.28 58.2 99.96 -
YUV 188.03 163.53 75.91 -
System Red Green Blue C M Y K H S L
Decimal 115 213 251 0.54 0.15 0 0.02 196.76 0.94 0.72
Hex 73 D5 FB 36 F 0 2 C5 5E 48
Octal 163 325 373 66 17 0 2 305 136 110
Binary 1110011 11010101 11111011 110110 1111 0 10 11000101 1011110 1001000

Color Harmonies of #73D5FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73D5FB

Black with #73D5FB

Text Example


Text Example

White with #73D5FB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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