Html Css Color HEX #73B8FC Maya Blue

📋 copy color: '#73B8FC'

red 115 ◦ green 184 ◦ blue 252

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

Shades of Maya Blue #73B8FC

Tints of Maya Blue #73B8FC

RGB

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

 GREEN value IS 184 (72.27% from 255) = 33.39%

 BLUE value IS 252 (98.83% from 255) = 45.74%

R = 20.87%
G = 33.39%
B = 45.74%

CMYK

 C value IS 0.54

 M value IS 0.27

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#73B8FC (or 0x73B8FC) is known color: Maya Blue. HEX triplet: 73, B8 and FC. RGB value is (115,184,252). Sum of RGB (Red+Green+Blue) = 115+184+252=551 (72% of max value = 765). Red value is 115 (45.31% from 255 or 20.87% from 551); Green value is 184 (72.27% from 255 or 33.39% from 551); Blue value is 252 (98.83% from 255 or 45.74% from 551); Max value from RGB is 252 - color contains mainly: blue. Hex color #73B8FC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #73B8FC is #8C4703. Grayscale: #AAAAAA. Windows color (decimal): -9193220 or 16562291. OLE color: 16562291.

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

Color convert

RGB 115 184 252 -
CMYK 0.54 0.27 0 0.01
HSL 209.78º 0.96% 0.72% -
HSV(B) 209.78º 0.54% 0.99% -
XYZ 41.78 44.95 98.57 -
YUV 171.12 173.64 87.97 -
System Red Green Blue C M Y K H S L
Decimal 115 184 252 0.54 0.27 0 0.01 209.78 0.96 0.72
Hex 73 B8 FC 36 1B 0 1 D2 60 48
Octal 163 270 374 66 33 0 1 322 140 110
Binary 1110011 10111000 11111100 110110 11011 0 1 11010010 1100000 1001000

Color Harmonies of #73B8FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73B8FC

Black with #73B8FC

Text Example


Text Example

White with #73B8FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(115,184,252); }

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

background-color css

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

 a { background-color: rgb(115,184,252); }

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

border-color css

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

 span { border-color: rgb(115,184,252); }

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