#47F7FB

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

Shades of Baby Blue #47F7FB

Tints of Baby Blue #47F7FB

Color information

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

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

Color convert

RGB71247251-
CMYK0.720.0200.02
HSL181.33º95.74%63.14%-
HSV(B)181.33º71.71%98.43%-
XYZ53.2774.83102.9-
YUV194.83159.6939.67-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal712472510.720.0200.02181.3395.7463.14
Hex47F7FB48202b5603f
Octal10736737311020226514077
Binary10001111111011111111011100100010010101101011100000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47F7FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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