#71FBFA

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

Shades of Baby Blue #71FBFA

Tints of Baby Blue #71FBFA

Color information

#71FBFA (or 0x71FBFA) is unknown color: approx Baby Blue. HEX triplet: 71, FB and FA. RGB value is (113,251,250). Sum of RGB (Red+Green+Blue) = 113+251+250=614 (81% of max value = 765). Red value is 113 (44.53% from 255 or 18.40% from 614); Green value is 251 (98.44% from 255 or 40.88% from 614); Blue value is 250 (98.05% from 255 or 40.72% from 614); Max value from RGB is 251 - color contains mainly: green. Hex color #71FBFA is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #71FBFA is #8E0405. Grayscale: #D1D1D1. Windows color (decimal): -9307142 or 16448369. OLE color: 16448369.

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

Color convert

RGB113251250-
CMYK0.5500.000.02
HSL179.57º94.52%71.37%-
HSV(B)179.57º54.98%98.43%-
XYZ58.5679.41102.68-
YUV209.62150.7859.08-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 18.40%
GREEN value IS 251 (98.44% from 255) = 40.88%
BLUE value IS 250 (98.05% from 255) = 40.72%
R=18.40%
G=40.88%
B=40.72%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.00
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1132512500.5500.000.02179.5794.5271.37
Hex71FBFA37002b45f47
Octal16137337267002264137107
Binary1110001111110111111101011011100101011010010111111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71FBFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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