#71B4FB

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

Shades of Maya Blue #71B4FB

Tints of Maya Blue #71B4FB

Color information

#71B4FB (or 0x71B4FB) is unknown color: approx Maya Blue. HEX triplet: 71, B4 and FB. RGB value is (113,180,251). Sum of RGB (Red+Green+Blue) = 113+180+251=544 (72% of max value = 765). Red value is 113 (44.53% from 255 or 20.77% from 544); Green value is 180 (70.70% from 255 or 33.09% from 544); Blue value is 251 (98.44% from 255 or 46.14% from 544); Max value from RGB is 251 - color contains mainly: blue. Hex color #71B4FB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #71B4FB is #8E4B04. Grayscale: #A7A7A7. Windows color (decimal): -9325317 or 16495729. OLE color: 16495729.

HSL color Cylindrical-coordinate representation of color #71B4FB: hue angle of 210.87º 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 #71B4FB is Cyan = 0.55, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB113180251-
CMYK0.550.2800.02
HSL210.87º94.52%71.37%-
HSV(B)210.87º54.98%98.43%-
XYZ40.5443.1297.45-
YUV168.06174.888.73-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 20.77%
GREEN value IS 180 (70.70% from 255) = 33.09%
BLUE value IS 251 (98.44% from 255) = 46.14%
R=20.77%
G=33.09%
B=46.14%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1131802510.550.2800.02210.8794.5271.37
Hex71B4FB371C02d35f47
Octal161264373673402323137107
Binary11100011011010011111011110111111000101101001110111111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71B4FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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