Html Css Color HEX #72ABFC Maya Blue

📋 copy color: '#72ABFC'

red 114 ◦ green 171 ◦ blue 252

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

Shades of Maya Blue #72ABFC

Tints of Maya Blue #72ABFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 46.93%

R = 21.23%
G = 31.84%
B = 46.93%

CMYK

 C value IS 0.55

 M value IS 0.32

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#72ABFC (or 0x72ABFC) is known color: Maya Blue. HEX triplet: 72, AB and FC. RGB value is (114,171,252). Sum of RGB (Red+Green+Blue) = 114+171+252=537 (71% of max value = 765). Red value is 114 (44.92% from 255 or 21.23% from 537); Green value is 171 (67.19% from 255 or 31.84% from 537); Blue value is 252 (98.83% from 255 or 46.93% from 537); Max value from RGB is 252 - color contains mainly: blue. Hex color #72ABFC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #72ABFC is #8D5403. Grayscale: #A2A2A2. Windows color (decimal): -9262084 or 16558962. OLE color: 16558962.

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

Color convert

RGB 114 171 252 -
CMYK 0.55 0.32 0 0.01
HSL 215.22º 0.96% 0.72% -
HSV(B) 215.22º 0.55% 0.99% -
XYZ 39.07 39.73 97.71 -
YUV 163.19 178.12 92.91 -
System Red Green Blue C M Y K H S L
Decimal 114 171 252 0.55 0.32 0 0.01 215.22 0.96 0.72
Hex 72 AB FC 37 20 0 1 D7 60 48
Octal 162 253 374 67 40 0 1 327 140 110
Binary 1110010 10101011 11111100 110111 100000 0 1 11010111 1100000 1001000

Color Harmonies of #72ABFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72ABFC

Black with #72ABFC

Text Example


Text Example

White with #72ABFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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