Html Css Color HEX #71B7F1 Maya Blue

📋 copy color: '#71B7F1'

red 113 ◦ green 183 ◦ blue 241

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

Shades of Maya Blue #71B7F1

Tints of Maya Blue #71B7F1

RGB

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

 GREEN value IS 183 (71.88% from 255) = 34.08%

 BLUE value IS 241 (94.53% from 255) = 44.88%

R = 21.04%
G = 34.08%
B = 44.88%

CMYK

 C value IS 0.53

 M value IS 0.24

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#71B7F1 (or 0x71B7F1) is known color: Maya Blue. HEX triplet: 71, B7 and F1. RGB value is (113,183,241). Sum of RGB (Red+Green+Blue) = 113+183+241=537 (71% of max value = 765). Red value is 113 (44.53% from 255 or 21.04% from 537); Green value is 183 (71.88% from 255 or 34.08% from 537); Blue value is 241 (94.53% from 255 or 44.88% from 537); Max value from RGB is 241 - color contains mainly: blue. Hex color #71B7F1 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #71B7F1 is #8E480E. Grayscale: #A8A8A8. Windows color (decimal): -9324559 or 15841137. OLE color: 15841137.

HSL color Cylindrical-coordinate representation of color #71B7F1: hue angle of 207.19º degrees, saturation: 0.82, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #71B7F1 is Cyan = 0.53, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 113 183 241 -
CMYK 0.53 0.24 0 0.05
HSL 207.19º 0.82% 0.69% -
HSV(B) 207.19º 0.53% 0.95% -
XYZ 39.62 43.73 89.57 -
YUV 168.68 168.81 88.28 -
System Red Green Blue C M Y K H S L
Decimal 113 183 241 0.53 0.24 0 0.05 207.19 0.82 0.69
Hex 71 B7 F1 35 18 0 5 CF 52 45
Octal 161 267 361 65 30 0 5 317 122 105
Binary 1110001 10110111 11110001 110101 11000 0 101 11001111 1010010 1000101

Color Harmonies of #71B7F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71B7F1

Black with #71B7F1

Text Example


Text Example

White with #71B7F1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,183,241); }

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

background-color css

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

 a { background-color: rgb(113,183,241); }

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

border-color css

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

 span { border-color: rgb(113,183,241); }

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