#71F7FB

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

Shades of Baby Blue #71F7FB

Tints of Baby Blue #71F7FB

Color information

#71F7FB (or 0x71F7FB) is unknown color: approx Baby Blue. HEX triplet: 71, F7 and FB. RGB value is (113,247,251). Sum of RGB (Red+Green+Blue) = 113+247+251=611 (80% of max value = 765). Red value is 113 (44.53% from 255 or 18.49% from 611); Green value is 247 (96.88% from 255 or 40.43% from 611); Blue value is 251 (98.44% from 255 or 41.08% from 611); Max value from RGB is 251 - color contains mainly: blue. Hex color #71F7FB is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #71F7FB is #8E0804. Grayscale: #CFCFCF. Windows color (decimal): -9308165 or 16512881. OLE color: 16512881.

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

Color convert

RGB113247251-
CMYK0.550.0200.02
HSL181.74º94.52%71.37%-
HSV(B)181.74º54.98%98.43%-
XYZ57.4877103.1-
YUV207.39152.6160.67-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 18.49%
GREEN value IS 247 (96.88% from 255) = 40.43%
BLUE value IS 251 (98.44% from 255) = 41.08%
R=18.49%
G=40.43%
B=41.08%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1132472510.550.0200.02181.7494.5271.37
Hex71F7FB37202b65f47
Octal16136737367202266137107
Binary11100011111011111111011110111100101011011010111111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71F7FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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