Html Css Color HEX #72ABFF Maya Blue

📋 copy color: '#72ABFF'

red 114 ◦ green 171 ◦ blue 255

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

Shades of Maya Blue #72ABFF

Tints of Maya Blue #72ABFF

RGB

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

 GREEN value IS 171 (67.19% from 255) = 31.67%

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

R = 21.11%
G = 31.67%
B = 47.22%

CMYK

 C value IS 0.55

 M value IS 0.33

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#72ABFF (or 0x72ABFF) is known color: Maya Blue. HEX triplet: 72, AB and FF. RGB value is (114,171,255). Sum of RGB (Red+Green+Blue) = 114+171+255=540 (71% of max value = 765). Red value is 114 (44.92% from 255 or 21.11% from 540); Green value is 171 (67.19% from 255 or 31.67% from 540); Blue value is 255 (100% from 255 or 47.22% from 540); Max value from RGB is 255 - color contains mainly: blue. Hex color #72ABFF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #72ABFF is #8D5400. Grayscale: #A3A3A3. Windows color (decimal): -9262081 or 16755570. OLE color: 16755570.

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

Color convert

RGB 114 171 255 -
CMYK 0.55 0.33 0 0
HSL 215.74º 1% 0.72% -
HSV(B) 215.74º 0.55% 1% -
XYZ 39.55 39.92 100.23 -
YUV 163.53 179.62 92.67 -
System Red Green Blue C M Y K H S L
Decimal 114 171 255 0.55 0.33 0 0 215.74 1 0.72
Hex 72 AB FF 37 21 0 0 D8 64 48
Octal 162 253 377 67 41 0 0 330 144 110
Binary 1110010 10101011 11111111 110111 100001 0 0 11011000 1100100 1001000

Color Harmonies of #72ABFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72ABFF

Black with #72ABFF

Text Example


Text Example

White with #72ABFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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