#47FBF7

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

Shades of Baby Blue #47FBF7

Tints of Baby Blue #47FBF7

Color information

#47FBF7 (or 0x47FBF7) is unknown color: approx Baby Blue. HEX triplet: 47, FB and F7. RGB value is (71,251,247). Sum of RGB (Red+Green+Blue) = 71+251+247=569 (75% of max value = 765). Red value is 71 (28.12% from 255 or 12.48% from 569); Green value is 251 (98.44% from 255 or 44.11% from 569); Blue value is 247 (96.88% from 255 or 43.41% from 569); Max value from RGB is 251 - color contains mainly: green. Hex color #47FBF7 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #47FBF7 is #B80408. Grayscale: #C4C4C4. Windows color (decimal): -12059657 or 16251719. OLE color: 16251719.

HSL color Cylindrical-coordinate representation of color #47FBF7: hue angle of 178.67º degrees, saturation: 0.96, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #47FBF7 is Cyan = 0.72, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.02.

Color convert

RGB71251247-
CMYK0.7200.020.02
HSL178.67º95.74%63.14%-
HSV(B)178.67º71.71%98.43%-
XYZ53.8877.05100.03-
YUV196.72156.3738.33-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 12.48%
GREEN value IS 251 (98.44% from 255) = 44.11%
BLUE value IS 247 (96.88% from 255) = 43.41%
R=12.48%
G=44.11%
B=43.41%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal712512470.7200.020.02178.6795.7463.14
Hex47FBF748022b3603f
Octal10737336711002226314077
Binary10001111111101111110111100100001010101100111100000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47FBF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #47FBF7; }

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

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

<style>
 a { background-color: #47FBF7; }

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

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

<style>
 span { border-color: #47FBF7; }

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

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