Html Css Color HEX #72C7FA Maya Blue

📋 copy color: '#72C7FA'

red 114 ◦ green 199 ◦ blue 250

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

Shades of Maya Blue #72C7FA

Tints of Maya Blue #72C7FA

RGB

 RED value IS 114 (44.92% from 255) = 20.25%

 GREEN value IS 199 (78.13% from 255) = 35.35%

 BLUE value IS 250 (98.05% from 255) = 44.4%

R = 20.25%
G = 35.35%
B = 44.4%

CMYK

 C value IS 0.54

 M value IS 0.20

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#72C7FA (or 0x72C7FA) is known color: Maya Blue. HEX triplet: 72, C7 and FA. RGB value is (114,199,250). Sum of RGB (Red+Green+Blue) = 114+199+250=563 (74% of max value = 765). Red value is 114 (44.92% from 255 or 20.25% from 563); Green value is 199 (78.12% from 255 or 35.35% from 563); Blue value is 250 (98.05% from 255 or 44.40% from 563); Max value from RGB is 250 - color contains mainly: blue. Hex color #72C7FA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #72C7FA is #8D3805. Grayscale: #B3B3B3. Windows color (decimal): -9254918 or 16435058. OLE color: 16435058.

HSL color Cylindrical-coordinate representation of color #72C7FA: hue angle of 202.5º degrees, saturation: 0.93, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #72C7FA is Cyan = 0.54, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 114 199 250 -
CMYK 0.54 0.20 0 0.02
HSL 202.5º 0.93% 0.71% -
HSV(B) 202.5º 0.54% 0.98% -
XYZ 44.62 51.33 98 -
YUV 179.4 167.84 81.35 -
System Red Green Blue C M Y K H S L
Decimal 114 199 250 0.54 0.20 0 0.02 202.5 0.93 0.71
Hex 72 C7 FA 36 14 0 2 CA 5D 47
Octal 162 307 372 66 24 0 2 312 135 107
Binary 1110010 11000111 11111010 110110 10100 0 10 11001010 1011101 1000111

Color Harmonies of #72C7FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72C7FA

Black with #72C7FA

Text Example


Text Example

White with #72C7FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #72C7FA; }

 p { color: rgb(114,199,250); }

 H1.HeaderClassName
 {
   color: #72C7FA;
 }
 .AnyTagClassName
 {
   color: #72C7FA;
 }
</style>

background-color css

<style>
 a { background-color: #72C7FA; }

 a { background-color: rgb(114,199,250); }

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

border-color css

<style>
 span { border-color: #72C7FA; }

 span { border-color: rgb(114,199,250); }

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