Html Css Color HEX #71B2FA Maya Blue

📋 copy color: '#71B2FA'

red 113 ◦ green 178 ◦ blue 250

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

Shades of Maya Blue #71B2FA

Tints of Maya Blue #71B2FA

RGB

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

 GREEN value IS 178 (69.92% from 255) = 32.9%

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

R = 20.89%
G = 32.9%
B = 46.21%

CMYK

 C value IS 0.55

 M value IS 0.29

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#71B2FA (or 0x71B2FA) is known color: Maya Blue. HEX triplet: 71, B2 and FA. RGB value is (113,178,250). Sum of RGB (Red+Green+Blue) = 113+178+250=541 (71% of max value = 765). Red value is 113 (44.53% from 255 or 20.89% from 541); Green value is 178 (69.92% from 255 or 32.90% from 541); Blue value is 250 (98.05% from 255 or 46.21% from 541); Max value from RGB is 250 - color contains mainly: blue. Hex color #71B2FA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #71B2FA is #8E4D05. Grayscale: #A6A6A6. Windows color (decimal): -9325830 or 16429681. OLE color: 16429681.

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

Color convert

RGB 113 178 250 -
CMYK 0.55 0.29 0 0.02
HSL 211.53º 0.93% 0.71% -
HSV(B) 211.53º 0.55% 0.98% -
XYZ 39.99 42.25 96.49 -
YUV 166.77 174.97 89.65 -
System Red Green Blue C M Y K H S L
Decimal 113 178 250 0.55 0.29 0 0.02 211.53 0.93 0.71
Hex 71 B2 FA 37 1D 0 2 D4 5D 47
Octal 161 262 372 67 35 0 2 324 135 107
Binary 1110001 10110010 11111010 110111 11101 0 10 11010100 1011101 1000111

Color Harmonies of #71B2FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71B2FA

Black with #71B2FA

Text Example


Text Example

White with #71B2FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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