Html Css Color HEX #71D2FB Maya Blue

📋 copy color: '#71D2FB'

red 113 ◦ green 210 ◦ blue 251

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

Shades of Maya Blue #71D2FB

Tints of Maya Blue #71D2FB

RGB

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

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

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

R = 19.69%
G = 36.59%
B = 43.73%

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

#71D2FB (or 0x71D2FB) is known color: Maya Blue. HEX triplet: 71, D2 and FB. RGB value is (113,210,251). Sum of RGB (Red+Green+Blue) = 113+210+251=574 (76% of max value = 765). Red value is 113 (44.53% from 255 or 19.69% from 574); Green value is 210 (82.42% from 255 or 36.59% from 574); Blue value is 251 (98.44% from 255 or 43.73% from 574); Max value from RGB is 251 - color contains mainly: blue. Hex color #71D2FB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #71D2FB is #8E2D04. Grayscale: #B9B9B9. Windows color (decimal): -9317637 or 16503409. OLE color: 16503409.

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

Color convert

RGB 113 210 251 -
CMYK 0.55 0.16 0 0.02
HSL 197.83º 0.95% 0.71% -
HSV(B) 197.83º 0.55% 0.98% -
XYZ 47.27 56.57 99.69 -
YUV 185.67 164.86 76.17 -
System Red Green Blue C M Y K H S L
Decimal 113 210 251 0.55 0.16 0 0.02 197.83 0.95 0.71
Hex 71 D2 FB 37 10 0 2 C6 5F 47
Octal 161 322 373 67 20 0 2 306 137 107
Binary 1110001 11010010 11111011 110111 10000 0 10 11000110 1011111 1000111

Color Harmonies of #71D2FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71D2FB

Black with #71D2FB

Text Example


Text Example

White with #71D2FB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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