Html Css Color HEX #73BAFD Maya Blue

📋 copy color: '#73BAFD'

red 115 ◦ green 186 ◦ blue 253

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

Shades of Maya Blue #73BAFD

Tints of Maya Blue #73BAFD

RGB

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

 GREEN value IS 186 (73.05% from 255) = 33.57%

 BLUE value IS 253 (99.22% from 255) = 45.67%

R = 20.76%
G = 33.57%
B = 45.67%

CMYK

 C value IS 0.55

 M value IS 0.26

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#73BAFD (or 0x73BAFD) is known color: Maya Blue. HEX triplet: 73, BA and FD. RGB value is (115,186,253). Sum of RGB (Red+Green+Blue) = 115+186+253=554 (73% of max value = 765). Red value is 115 (45.31% from 255 or 20.76% from 554); Green value is 186 (73.05% from 255 or 33.57% from 554); Blue value is 253 (99.22% from 255 or 45.67% from 554); Max value from RGB is 253 - color contains mainly: blue. Hex color #73BAFD is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #73BAFD is #8C4502. Grayscale: #ACACAC. Windows color (decimal): -9192707 or 16628339. OLE color: 16628339.

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

Color convert

RGB 115 186 253 -
CMYK 0.55 0.26 0 0.01
HSL 209.13º 0.97% 0.72% -
HSV(B) 209.13º 0.55% 0.99% -
XYZ 42.36 45.85 99.55 -
YUV 172.41 173.48 87.05 -
System Red Green Blue C M Y K H S L
Decimal 115 186 253 0.55 0.26 0 0.01 209.13 0.97 0.72
Hex 73 BA FD 37 1A 0 1 D1 61 48
Octal 163 272 375 67 32 0 1 321 141 110
Binary 1110011 10111010 11111101 110111 11010 0 1 11010001 1100001 1001000

Color Harmonies of #73BAFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73BAFD

Black with #73BAFD

Text Example


Text Example

White with #73BAFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(115,186,253); }

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

background-color css

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

 a { background-color: rgb(115,186,253); }

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

border-color css

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

 span { border-color: rgb(115,186,253); }

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