Html Css Color HEX #73B2FC Maya Blue

📋 copy color: '#73B2FC'

red 115 ◦ green 178 ◦ blue 252

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

Shades of Maya Blue #73B2FC

Tints of Maya Blue #73B2FC

RGB

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

 GREEN value IS 178 (69.92% from 255) = 32.66%

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

R = 21.1%
G = 32.66%
B = 46.24%

CMYK

 C value IS 0.54

 M value IS 0.29

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#73B2FC (or 0x73B2FC) is known color: Maya Blue. HEX triplet: 73, B2 and FC. RGB value is (115,178,252). Sum of RGB (Red+Green+Blue) = 115+178+252=545 (72% of max value = 765). Red value is 115 (45.31% from 255 or 21.10% from 545); Green value is 178 (69.92% from 255 or 32.66% from 545); Blue value is 252 (98.83% from 255 or 46.24% from 545); Max value from RGB is 252 - color contains mainly: blue. Hex color #73B2FC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #73B2FC is #8C4D03. Grayscale: #A7A7A7. Windows color (decimal): -9194756 or 16560755. OLE color: 16560755.

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

Color convert

RGB 115 178 252 -
CMYK 0.54 0.29 0 0.01
HSL 212.41º 0.96% 0.72% -
HSV(B) 212.41º 0.54% 0.99% -
XYZ 40.56 42.51 98.16 -
YUV 167.6 175.63 90.48 -
System Red Green Blue C M Y K H S L
Decimal 115 178 252 0.54 0.29 0 0.01 212.41 0.96 0.72
Hex 73 B2 FC 36 1D 0 1 D4 60 48
Octal 163 262 374 66 35 0 1 324 140 110
Binary 1110011 10110010 11111100 110110 11101 0 1 11010100 1100000 1001000

Color Harmonies of #73B2FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73B2FC

Black with #73B2FC

Text Example


Text Example

White with #73B2FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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