Html Css Color HEX #71BCEF Maya Blue

📋 copy color: '#71BCEF'

red 113 ◦ green 188 ◦ blue 239

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

Shades of Maya Blue #71BCEF

Tints of Maya Blue #71BCEF

RGB

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

 GREEN value IS 188 (73.83% from 255) = 34.81%

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

R = 20.93%
G = 34.81%
B = 44.26%

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

#71BCEF (or 0x71BCEF) is known color: Maya Blue. HEX triplet: 71, BC and EF. RGB value is (113,188,239). Sum of RGB (Red+Green+Blue) = 113+188+239=540 (71% of max value = 765). Red value is 113 (44.53% from 255 or 20.93% from 540); Green value is 188 (73.83% from 255 or 34.81% from 540); Blue value is 239 (93.75% from 255 or 44.26% from 540); Max value from RGB is 239 - color contains mainly: blue. Hex color #71BCEF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #71BCEF is #8E4310. Grayscale: #ABABAB. Windows color (decimal): -9323281 or 15711345. OLE color: 15711345.

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

Color convert

RGB 113 188 239 -
CMYK 0.53 0.21 0 0.06
HSL 204.29º 0.8% 0.69% -
HSV(B) 204.29º 0.53% 0.94% -
XYZ 40.37 45.71 88.36 -
YUV 171.39 166.15 86.35 -
System Red Green Blue C M Y K H S L
Decimal 113 188 239 0.53 0.21 0 0.06 204.29 0.8 0.69
Hex 71 BC EF 35 15 0 6 CC 50 45
Octal 161 274 357 65 25 0 6 314 120 105
Binary 1110001 10111100 11101111 110101 10101 0 110 11001100 1010000 1000101

Color Harmonies of #71BCEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71BCEF

Black with #71BCEF

Text Example


Text Example

White with #71BCEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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