Html Css Color HEX #71ABFC Maya Blue

📋 copy color: '#71ABFC'

red 113 ◦ green 171 ◦ blue 252

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

Shades of Maya Blue #71ABFC

Tints of Maya Blue #71ABFC

RGB

 RED value IS 113 (44.53% from 255) = 21.08%

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

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

R = 21.08%
G = 31.9%
B = 47.01%

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

#71ABFC (or 0x71ABFC) is known color: Maya Blue. HEX triplet: 71, AB and FC. RGB value is (113,171,252). Sum of RGB (Red+Green+Blue) = 113+171+252=536 (70% of max value = 765). Red value is 113 (44.53% from 255 or 21.08% from 536); Green value is 171 (67.19% from 255 or 31.90% from 536); Blue value is 252 (98.83% from 255 or 47.01% from 536); Max value from RGB is 252 - color contains mainly: blue. Hex color #71ABFC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #71ABFC is #8E5403. Grayscale: #A2A2A2. Windows color (decimal): -9327620 or 16558961. OLE color: 16558961.

HSL color Cylindrical-coordinate representation of color #71ABFC: hue angle of 214.96º 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 #71ABFC is Cyan = 0.55, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 113 171 252 -
CMYK 0.55 0.32 0 0.01
HSL 214.96º 0.96% 0.72% -
HSV(B) 214.96º 0.55% 0.99% -
XYZ 38.94 39.66 97.7 -
YUV 162.89 178.28 92.41 -
System Red Green Blue C M Y K H S L
Decimal 113 171 252 0.55 0.32 0 0.01 214.96 0.96 0.72
Hex 71 AB FC 37 20 0 1 D7 60 48
Octal 161 253 374 67 40 0 1 327 140 110
Binary 1110001 10101011 11111100 110111 100000 0 1 11010111 1100000 1001000

Color Harmonies of #71ABFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71ABFC

Black with #71ABFC

Text Example


Text Example

White with #71ABFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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