Html Css Color HEX #71C6FB Maya Blue

📋 copy color: '#71C6FB'

red 113 ◦ green 198 ◦ blue 251

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

Shades of Maya Blue #71C6FB

Tints of Maya Blue #71C6FB

RGB

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

 GREEN value IS 198 (77.73% from 255) = 35.23%

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

R = 20.11%
G = 35.23%
B = 44.66%

CMYK

 C value IS 0.55

 M value IS 0.21

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#71C6FB (or 0x71C6FB) is known color: Maya Blue. HEX triplet: 71, C6 and FB. RGB value is (113,198,251). Sum of RGB (Red+Green+Blue) = 113+198+251=562 (74% of max value = 765). Red value is 113 (44.53% from 255 or 20.11% from 562); Green value is 198 (77.73% from 255 or 35.23% from 562); Blue value is 251 (98.44% from 255 or 44.66% from 562); Max value from RGB is 251 - color contains mainly: blue. Hex color #71C6FB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #71C6FB is #8E3904. Grayscale: #B2B2B2. Windows color (decimal): -9320709 or 16500337. OLE color: 16500337.

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

Color convert

RGB 113 198 251 -
CMYK 0.55 0.21 0 0.02
HSL 203.04º 0.95% 0.71% -
HSV(B) 203.04º 0.55% 0.98% -
XYZ 44.42 50.86 98.74 -
YUV 178.63 168.84 81.19 -
System Red Green Blue C M Y K H S L
Decimal 113 198 251 0.55 0.21 0 0.02 203.04 0.95 0.71
Hex 71 C6 FB 37 15 0 2 CB 5F 47
Octal 161 306 373 67 25 0 2 313 137 107
Binary 1110001 11000110 11111011 110111 10101 0 10 11001011 1011111 1000111

Color Harmonies of #71C6FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71C6FB

Black with #71C6FB

Text Example


Text Example

White with #71C6FB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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