#71FBF9

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

Shades of Baby Blue #71FBF9

Tints of Baby Blue #71FBF9

Color information

#71FBF9 (or 0x71FBF9) is unknown color: approx Baby Blue. HEX triplet: 71, FB and F9. RGB value is (113,251,249). Sum of RGB (Red+Green+Blue) = 113+251+249=613 (81% of max value = 765). Red value is 113 (44.53% from 255 or 18.43% from 613); Green value is 251 (98.44% from 255 or 40.95% from 613); Blue value is 249 (97.66% from 255 or 40.62% from 613); Max value from RGB is 251 - color contains mainly: green. Hex color #71FBF9 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #71FBF9 is #8E0406. Grayscale: #D1D1D1. Windows color (decimal): -9307143 or 16382833. OLE color: 16382833.

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

Color convert

RGB113251249-
CMYK0.5500.010.02
HSL179.13º94.52%71.37%-
HSV(B)179.13º54.98%98.43%-
XYZ58.4179.34101.86-
YUV209.51150.2859.16-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 18.43%
GREEN value IS 251 (98.44% from 255) = 40.95%
BLUE value IS 249 (97.66% from 255) = 40.62%
R=18.43%
G=40.95%
B=40.62%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1132512490.5500.010.02179.1394.5271.37
Hex71FBF937012b35f47
Octal16137337167012263137107
Binary1110001111110111111100111011101101011001110111111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71FBF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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