Html Css Color HEX #72AEFF Maya Blue

📋 copy color: '#72AEFF'

red 114 ◦ green 174 ◦ blue 255

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

Shades of Maya Blue #72AEFF

Tints of Maya Blue #72AEFF

RGB

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

 GREEN value IS 174 (68.36% from 255) = 32.04%

 BLUE value IS 255 (100% from 255) = 46.96%

R = 20.99%
G = 32.04%
B = 46.96%

CMYK

 C value IS 0.55

 M value IS 0.32

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#72AEFF (or 0x72AEFF) is known color: Maya Blue. HEX triplet: 72, AE and FF. RGB value is (114,174,255). Sum of RGB (Red+Green+Blue) = 114+174+255=543 (71% of max value = 765). Red value is 114 (44.92% from 255 or 20.99% from 543); Green value is 174 (68.36% from 255 or 32.04% from 543); Blue value is 255 (100% from 255 or 46.96% from 543); Max value from RGB is 255 - color contains mainly: blue. Hex color #72AEFF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #72AEFF is #8D5100. Grayscale: #A4A4A4. Windows color (decimal): -9261313 or 16756338. OLE color: 16756338.

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

Color convert

RGB 114 174 255 -
CMYK 0.55 0.32 0 0
HSL 214.47º 1% 0.72% -
HSV(B) 214.47º 0.55% 1% -
XYZ 40.13 41.07 100.42 -
YUV 165.29 178.62 91.41 -
System Red Green Blue C M Y K H S L
Decimal 114 174 255 0.55 0.32 0 0 214.47 1 0.72
Hex 72 AE FF 37 20 0 0 D6 64 48
Octal 162 256 377 67 40 0 0 326 144 110
Binary 1110010 10101110 11111111 110111 100000 0 0 11010110 1100100 1001000

Color Harmonies of #72AEFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72AEFF

Black with #72AEFF

Text Example


Text Example

White with #72AEFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(114,174,255); }

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

background-color css

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

 a { background-color: rgb(114,174,255); }

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

border-color css

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

 span { border-color: rgb(114,174,255); }

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