Html Css Color HEX #71BEFE Maya Blue

📋 copy color: '#71BEFE'

red 113 ◦ green 190 ◦ blue 254

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

Shades of Maya Blue #71BEFE

Tints of Maya Blue #71BEFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 45.6%

R = 20.29%
G = 34.11%
B = 45.6%

CMYK

 C value IS 0.56

 M value IS 0.25

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#71BEFE (or 0x71BEFE) is known color: Maya Blue. HEX triplet: 71, BE and FE. RGB value is (113,190,254). Sum of RGB (Red+Green+Blue) = 113+190+254=557 (73% of max value = 765). Red value is 113 (44.53% from 255 or 20.29% from 557); Green value is 190 (74.61% from 255 or 34.11% from 557); Blue value is 254 (99.61% from 255 or 45.60% from 557); Max value from RGB is 254 - color contains mainly: blue. Hex color #71BEFE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #71BEFE is #8E4101. Grayscale: #ADADAD. Windows color (decimal): -9322754 or 16694897. OLE color: 16694897.

HSL color Cylindrical-coordinate representation of color #71BEFE: hue angle of 207.23º degrees, saturation: 0.99, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #71BEFE is Cyan = 0.56, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 113 190 254 -
CMYK 0.56 0.25 0 0.00
HSL 207.23º 0.99% 0.72% -
HSV(B) 207.23º 0.56% 1% -
XYZ 43.11 47.49 100.66 -
YUV 174.27 172.99 84.3 -
System Red Green Blue C M Y K H S L
Decimal 113 190 254 0.56 0.25 0 0.00 207.23 0.99 0.72
Hex 71 BE FE 38 19 0 0 CF 63 48
Octal 161 276 376 70 31 0 0 317 143 110
Binary 1110001 10111110 11111110 111000 11001 0 0 11001111 1100011 1001000

Color Harmonies of #71BEFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71BEFE

Black with #71BEFE

Text Example


Text Example

White with #71BEFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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