Html Css Color HEX #71BBFE Maya Blue

📋 copy color: '#71BBFE'

red 113 ◦ green 187 ◦ blue 254

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

Shades of Maya Blue #71BBFE

Tints of Maya Blue #71BBFE

RGB

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

 GREEN value IS 187 (73.44% from 255) = 33.75%

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

R = 20.4%
G = 33.75%
B = 45.85%

CMYK

 C value IS 0.56

 M value IS 0.26

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#71BBFE (or 0x71BBFE) is known color: Maya Blue. HEX triplet: 71, BB and FE. RGB value is (113,187,254). Sum of RGB (Red+Green+Blue) = 113+187+254=554 (73% of max value = 765). Red value is 113 (44.53% from 255 or 20.40% from 554); Green value is 187 (73.44% from 255 or 33.75% from 554); Blue value is 254 (99.61% from 255 or 45.85% from 554); Max value from RGB is 254 - color contains mainly: blue. Hex color #71BBFE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #71BBFE is #8E4401. Grayscale: #ACACAC. Windows color (decimal): -9323522 or 16694129. OLE color: 16694129.

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

Color convert

RGB 113 187 254 -
CMYK 0.56 0.26 0 0.00
HSL 208.51º 0.99% 0.72% -
HSV(B) 208.51º 0.56% 1% -
XYZ 42.47 46.21 100.45 -
YUV 172.51 173.98 85.55 -
System Red Green Blue C M Y K H S L
Decimal 113 187 254 0.56 0.26 0 0.00 208.51 0.99 0.72
Hex 71 BB FE 38 1A 0 0 D1 63 48
Octal 161 273 376 70 32 0 0 321 143 110
Binary 1110001 10111011 11111110 111000 11010 0 0 11010001 1100011 1001000

Color Harmonies of #71BBFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71BBFE

Black with #71BBFE

Text Example


Text Example

White with #71BBFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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