Html Css Color HEX #72D0F9 Maya Blue

📋 copy color: '#72D0F9'

red 114 ◦ green 208 ◦ blue 249

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

Shades of Maya Blue #72D0F9

Tints of Maya Blue #72D0F9

RGB

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

 GREEN value IS 208 (81.64% from 255) = 36.43%

 BLUE value IS 249 (97.66% from 255) = 43.61%

R = 19.96%
G = 36.43%
B = 43.61%

CMYK

 C value IS 0.54

 M value IS 0.16

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#72D0F9 (or 0x72D0F9) is known color: Maya Blue. HEX triplet: 72, D0 and F9. RGB value is (114,208,249). Sum of RGB (Red+Green+Blue) = 114+208+249=571 (75% of max value = 765). Red value is 114 (44.92% from 255 or 19.96% from 571); Green value is 208 (81.64% from 255 or 36.43% from 571); Blue value is 249 (97.66% from 255 or 43.61% from 571); Max value from RGB is 249 - color contains mainly: blue. Hex color #72D0F9 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #72D0F9 is #8D2F06. Grayscale: #B8B8B8. Windows color (decimal): -9252615 or 16371826. OLE color: 16371826.

HSL color Cylindrical-coordinate representation of color #72D0F9: hue angle of 198.22º degrees, saturation: 0.92, 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 #72D0F9 is Cyan = 0.54, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 114 208 249 -
CMYK 0.54 0.16 0 0.02
HSL 198.22º 0.92% 0.71% -
HSV(B) 198.22º 0.54% 0.98% -
XYZ 46.59 55.53 97.88 -
YUV 184.57 164.36 77.67 -
System Red Green Blue C M Y K H S L
Decimal 114 208 249 0.54 0.16 0 0.02 198.22 0.92 0.71
Hex 72 D0 F9 36 10 0 2 C6 5C 47
Octal 162 320 371 66 20 0 2 306 134 107
Binary 1110010 11010000 11111001 110110 10000 0 10 11000110 1011100 1000111

Color Harmonies of #72D0F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72D0F9

Black with #72D0F9

Text Example


Text Example

White with #72D0F9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(114,208,249); }

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

background-color css

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

 a { background-color: rgb(114,208,249); }

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

border-color css

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

 span { border-color: rgb(114,208,249); }

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