Html Css Color HEX #72C9FE Maya Blue

📋 copy color: '#72C9FE'

red 114 ◦ green 201 ◦ blue 254

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

Shades of Maya Blue #72C9FE

Tints of Maya Blue #72C9FE

RGB

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

 GREEN value IS 201 (78.91% from 255) = 35.33%

 BLUE value IS 254 (99.61% from 255) = 44.64%

R = 20.04%
G = 35.33%
B = 44.64%

CMYK

 C value IS 0.55

 M value IS 0.21

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#72C9FE (or 0x72C9FE) is known color: Maya Blue. HEX triplet: 72, C9 and FE. RGB value is (114,201,254). Sum of RGB (Red+Green+Blue) = 114+201+254=569 (75% of max value = 765). Red value is 114 (44.92% from 255 or 20.04% from 569); Green value is 201 (78.91% from 255 or 35.33% from 569); Blue value is 254 (99.61% from 255 or 44.64% from 569); Max value from RGB is 254 - color contains mainly: blue. Hex color #72C9FE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #72C9FE is #8D3601. Grayscale: #B4B4B4. Windows color (decimal): -9254402 or 16697714. OLE color: 16697714.

HSL color Cylindrical-coordinate representation of color #72C9FE: hue angle of 202.71º degrees, saturation: 0.99, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #72C9FE is Cyan = 0.55, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 114 201 254 -
CMYK 0.55 0.21 0 0.00
HSL 202.71º 0.99% 0.72% -
HSV(B) 202.71º 0.55% 1% -
XYZ 45.72 52.51 101.49 -
YUV 181.03 169.18 80.19 -
System Red Green Blue C M Y K H S L
Decimal 114 201 254 0.55 0.21 0 0.00 202.71 0.99 0.72
Hex 72 C9 FE 37 15 0 0 CB 63 48
Octal 162 311 376 67 25 0 0 313 143 110
Binary 1110010 11001001 11111110 110111 10101 0 0 11001011 1100011 1001000

Color Harmonies of #72C9FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72C9FE

Black with #72C9FE

Text Example


Text Example

White with #72C9FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(114,201,254); }

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

background-color css

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

 a { background-color: rgb(114,201,254); }

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

border-color css

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

 span { border-color: rgb(114,201,254); }

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