Html Css Color HEX #71D2FA Maya Blue

📋 copy color: '#71D2FA'

red 113 ◦ green 210 ◦ blue 250

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

Shades of Maya Blue #71D2FA

Tints of Maya Blue #71D2FA

RGB

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

 GREEN value IS 210 (82.42% from 255) = 36.65%

 BLUE value IS 250 (98.05% from 255) = 43.63%

R = 19.72%
G = 36.65%
B = 43.63%

CMYK

 C value IS 0.55

 M value IS 0.16

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#71D2FA (or 0x71D2FA) is known color: Maya Blue. HEX triplet: 71, D2 and FA. RGB value is (113,210,250). Sum of RGB (Red+Green+Blue) = 113+210+250=573 (75% of max value = 765). Red value is 113 (44.53% from 255 or 19.72% from 573); Green value is 210 (82.42% from 255 or 36.65% from 573); Blue value is 250 (98.05% from 255 or 43.63% from 573); Max value from RGB is 250 - color contains mainly: blue. Hex color #71D2FA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #71D2FA is #8E2D05. Grayscale: #B9B9B9. Windows color (decimal): -9317638 or 16437873. OLE color: 16437873.

HSL color Cylindrical-coordinate representation of color #71D2FA: hue angle of 197.52º degrees, saturation: 0.93, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #71D2FA is Cyan = 0.55, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 113 210 250 -
CMYK 0.55 0.16 0 0.02
HSL 197.52º 0.93% 0.71% -
HSV(B) 197.52º 0.55% 0.98% -
XYZ 47.11 56.51 98.87 -
YUV 185.56 164.36 76.25 -
System Red Green Blue C M Y K H S L
Decimal 113 210 250 0.55 0.16 0 0.02 197.52 0.93 0.71
Hex 71 D2 FA 37 10 0 2 C6 5D 47
Octal 161 322 372 67 20 0 2 306 135 107
Binary 1110001 11010010 11111010 110111 10000 0 10 11000110 1011101 1000111

Color Harmonies of #71D2FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71D2FA

Black with #71D2FA

Text Example


Text Example

White with #71D2FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,210,250); }

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

background-color css

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

 a { background-color: rgb(113,210,250); }

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

border-color css

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

 span { border-color: rgb(113,210,250); }

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