Html Css Color HEX #71BEEF Maya Blue

📋 copy color: '#71BEEF'

red 113 ◦ green 190 ◦ blue 239

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

Shades of Maya Blue #71BEEF

Tints of Maya Blue #71BEEF

RGB

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

 GREEN value IS 190 (74.61% from 255) = 35.06%

 BLUE value IS 239 (93.75% from 255) = 44.1%

R = 20.85%
G = 35.06%
B = 44.1%

CMYK

 C value IS 0.53

 M value IS 0.21

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#71BEEF (or 0x71BEEF) is known color: Maya Blue. HEX triplet: 71, BE and EF. RGB value is (113,190,239). Sum of RGB (Red+Green+Blue) = 113+190+239=542 (71% of max value = 765). Red value is 113 (44.53% from 255 or 20.85% from 542); Green value is 190 (74.61% from 255 or 35.06% from 542); Blue value is 239 (93.75% from 255 or 44.10% from 542); Max value from RGB is 239 - color contains mainly: blue. Hex color #71BEEF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #71BEEF is #8E4110. Grayscale: #ACACAC. Windows color (decimal): -9322769 or 15711857. OLE color: 15711857.

HSL color Cylindrical-coordinate representation of color #71BEEF: hue angle of 203.33º degrees, saturation: 0.8, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #71BEEF is Cyan = 0.53, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 113 190 239 -
CMYK 0.53 0.21 0 0.06
HSL 203.33º 0.8% 0.69% -
HSV(B) 203.33º 0.53% 0.94% -
XYZ 40.8 46.57 88.5 -
YUV 172.56 165.49 85.52 -
System Red Green Blue C M Y K H S L
Decimal 113 190 239 0.53 0.21 0 0.06 203.33 0.8 0.69
Hex 71 BE EF 35 15 0 6 CB 50 45
Octal 161 276 357 65 25 0 6 313 120 105
Binary 1110001 10111110 11101111 110101 10101 0 110 11001011 1010000 1000101

Color Harmonies of #71BEEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71BEEF

Black with #71BEEF

Text Example


Text Example

White with #71BEEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,190,239); }

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

background-color css

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

 a { background-color: rgb(113,190,239); }

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

border-color css

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

 span { border-color: rgb(113,190,239); }

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