#71BBFB

Color #71BBFB Maya Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Maya Blue #71BBFB

Tints of Maya Blue #71BBFB

Color information

#71BBFB (or 0x71BBFB) is unknown color: approx Maya Blue. HEX triplet: 71, BB and FB. RGB value is (113,187,251). Sum of RGB (Red+Green+Blue) = 113+187+251=551 (72% of max value = 765). Red value is 113 (44.53% from 255 or 20.51% from 551); Green value is 187 (73.44% from 255 or 33.94% from 551); Blue value is 251 (98.44% from 255 or 45.55% from 551); Max value from RGB is 251 - color contains mainly: blue. Hex color #71BBFB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #71BBFB is #8E4404. Grayscale: #ABABAB. Windows color (decimal): -9323525 or 16497521. OLE color: 16497521.

HSL color Cylindrical-coordinate representation of color #71BBFB: hue angle of 207.83º degrees, saturation: 0.95, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #71BBFB is Cyan = 0.55, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB113187251-
CMYK0.550.2500.02
HSL207.83º94.52%71.37%-
HSV(B)207.83º54.98%98.43%-
XYZ41.9946.0297.94-
YUV172.17172.4885.8-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 20.51%
GREEN value IS 187 (73.44% from 255) = 33.94%
BLUE value IS 251 (98.44% from 255) = 45.55%
R=20.51%
G=33.94%
B=45.55%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1131872510.550.2500.02207.8394.5271.37
Hex71BBFB371902d05f47
Octal161273373673102320137107
Binary11100011011101111111011110111110010101101000010111111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71BBFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #71BBFB;
 }
 .AnyTagClassName
 {
   color: #71BBFB;
 }
</style>
background-color css

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

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

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

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

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

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