Html Css Color HEX #71BAFE Maya Blue

📋 copy color: '#71BAFE'

red 113 ◦ green 186 ◦ blue 254

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

Shades of Maya Blue #71BAFE

Tints of Maya Blue #71BAFE

RGB

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

 GREEN value IS 186 (73.05% from 255) = 33.63%

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

R = 20.43%
G = 33.63%
B = 45.93%

CMYK

 C value IS 0.56

 M value IS 0.27

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#71BAFE (or 0x71BAFE) is known color: Maya Blue. HEX triplet: 71, BA and FE. RGB value is (113,186,254). Sum of RGB (Red+Green+Blue) = 113+186+254=553 (73% of max value = 765). Red value is 113 (44.53% from 255 or 20.43% from 553); Green value is 186 (73.05% from 255 or 33.63% from 553); Blue value is 254 (99.61% from 255 or 45.93% from 553); Max value from RGB is 254 - color contains mainly: blue. Hex color #71BAFE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #71BAFE is #8E4501. Grayscale: #ABABAB. Windows color (decimal): -9323778 or 16693873. OLE color: 16693873.

HSL color Cylindrical-coordinate representation of color #71BAFE: hue angle of 208.94º 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 #71BAFE is Cyan = 0.56, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 113 186 254 -
CMYK 0.56 0.27 0 0.00
HSL 208.94º 0.99% 0.72% -
HSV(B) 208.94º 0.56% 1% -
XYZ 42.26 45.78 100.38 -
YUV 171.93 174.32 85.97 -
System Red Green Blue C M Y K H S L
Decimal 113 186 254 0.56 0.27 0 0.00 208.94 0.99 0.72
Hex 71 BA FE 38 1B 0 0 D1 63 48
Octal 161 272 376 70 33 0 0 321 143 110
Binary 1110001 10111010 11111110 111000 11011 0 0 11010001 1100011 1001000

Color Harmonies of #71BAFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71BAFE

Black with #71BAFE

Text Example


Text Example

White with #71BAFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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