Html Css Color HEX #71B2FB Maya Blue

📋 copy color: '#71B2FB'

red 113 ◦ green 178 ◦ blue 251

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

Shades of Maya Blue #71B2FB

Tints of Maya Blue #71B2FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 46.31%

R = 20.85%
G = 32.84%
B = 46.31%

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

#71B2FB (or 0x71B2FB) is known color: Maya Blue. HEX triplet: 71, B2 and FB. RGB value is (113,178,251). Sum of RGB (Red+Green+Blue) = 113+178+251=542 (71% of max value = 765). Red value is 113 (44.53% from 255 or 20.85% from 542); Green value is 178 (69.92% from 255 or 32.84% from 542); Blue value is 251 (98.44% from 255 or 46.31% from 542); Max value from RGB is 251 - color contains mainly: blue. Hex color #71B2FB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #71B2FB is #8E4D04. Grayscale: #A6A6A6. Windows color (decimal): -9325829 or 16495217. OLE color: 16495217.

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

Color convert

RGB 113 178 251 -
CMYK 0.55 0.29 0 0.02
HSL 211.74º 0.95% 0.71% -
HSV(B) 211.74º 0.55% 0.98% -
XYZ 40.14 42.32 97.32 -
YUV 166.89 175.47 89.56 -
System Red Green Blue C M Y K H S L
Decimal 113 178 251 0.55 0.29 0 0.02 211.74 0.95 0.71
Hex 71 B2 FB 37 1D 0 2 D4 5F 47
Octal 161 262 373 67 35 0 2 324 137 107
Binary 1110001 10110010 11111011 110111 11101 0 10 11010100 1011111 1000111

Color Harmonies of #71B2FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71B2FB

Black with #71B2FB

Text Example


Text Example

White with #71B2FB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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