Html Css Color HEX #72ACF8 Maya Blue

📋 copy color: '#72ACF8'

red 114 ◦ green 172 ◦ blue 248

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

Shades of Maya Blue #72ACF8

Tints of Maya Blue #72ACF8

RGB

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

 GREEN value IS 172 (67.58% from 255) = 32.21%

 BLUE value IS 248 (97.27% from 255) = 46.44%

R = 21.35%
G = 32.21%
B = 46.44%

CMYK

 C value IS 0.54

 M value IS 0.31

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#72ACF8 (or 0x72ACF8) is known color: Maya Blue. HEX triplet: 72, AC and F8. RGB value is (114,172,248). Sum of RGB (Red+Green+Blue) = 114+172+248=534 (70% of max value = 765). Red value is 114 (44.92% from 255 or 21.35% from 534); Green value is 172 (67.58% from 255 or 32.21% from 534); Blue value is 248 (97.27% from 255 or 46.44% from 534); Max value from RGB is 248 - color contains mainly: blue. Hex color #72ACF8 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #72ACF8 is #8D5307. Grayscale: #A2A2A2. Windows color (decimal): -9261832 or 16297074. OLE color: 16297074.

HSL color Cylindrical-coordinate representation of color #72ACF8: hue angle of 214.03º degrees, saturation: 0.91, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #72ACF8 is Cyan = 0.54, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 114 172 248 -
CMYK 0.54 0.31 0 0.03
HSL 214.03º 0.91% 0.71% -
HSV(B) 214.03º 0.54% 0.97% -
XYZ 38.64 39.86 94.46 -
YUV 163.32 175.78 92.82 -
System Red Green Blue C M Y K H S L
Decimal 114 172 248 0.54 0.31 0 0.03 214.03 0.91 0.71
Hex 72 AC F8 36 1F 0 3 D6 5B 47
Octal 162 254 370 66 37 0 3 326 133 107
Binary 1110010 10101100 11111000 110110 11111 0 11 11010110 1011011 1000111

Color Harmonies of #72ACF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72ACF8

Black with #72ACF8

Text Example


Text Example

White with #72ACF8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(114,172,248); }

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

background-color css

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

 a { background-color: rgb(114,172,248); }

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

border-color css

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

 span { border-color: rgb(114,172,248); }

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