Html Css Color HEX #72C4FE Maya Blue

📋 copy color: '#72C4FE'

red 114 ◦ green 196 ◦ blue 254

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

Shades of Maya Blue #72C4FE

Tints of Maya Blue #72C4FE

RGB

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

 GREEN value IS 196 (76.95% from 255) = 34.75%

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

R = 20.21%
G = 34.75%
B = 45.04%

CMYK

 C value IS 0.55

 M value IS 0.23

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#72C4FE (or 0x72C4FE) is known color: Maya Blue. HEX triplet: 72, C4 and FE. RGB value is (114,196,254). Sum of RGB (Red+Green+Blue) = 114+196+254=564 (74% of max value = 765). Red value is 114 (44.92% from 255 or 20.21% from 564); Green value is 196 (76.95% from 255 or 34.75% from 564); Blue value is 254 (99.61% from 255 or 45.04% from 564); Max value from RGB is 254 - color contains mainly: blue. Hex color #72C4FE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #72C4FE is #8D3B01. Grayscale: #B1B1B1. Windows color (decimal): -9255682 or 16696434. OLE color: 16696434.

HSL color Cylindrical-coordinate representation of color #72C4FE: hue angle of 204.86º 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 #72C4FE is Cyan = 0.55, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 114 196 254 -
CMYK 0.55 0.23 0 0.00
HSL 204.86º 0.99% 0.72% -
HSV(B) 204.86º 0.55% 1% -
XYZ 44.57 50.21 101.11 -
YUV 178.09 170.83 82.28 -
System Red Green Blue C M Y K H S L
Decimal 114 196 254 0.55 0.23 0 0.00 204.86 0.99 0.72
Hex 72 C4 FE 37 17 0 0 CD 63 48
Octal 162 304 376 67 27 0 0 315 143 110
Binary 1110010 11000100 11111110 110111 10111 0 0 11001101 1100011 1001000

Color Harmonies of #72C4FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72C4FE

Black with #72C4FE

Text Example


Text Example

White with #72C4FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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