#47F5FB

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

Shades of Baby Blue #47F5FB

Tints of Baby Blue #47F5FB

Color information

#47F5FB (or 0x47F5FB) is unknown color: approx Baby Blue. HEX triplet: 47, F5 and FB. RGB value is (71,245,251). Sum of RGB (Red+Green+Blue) = 71+245+251=567 (75% of max value = 765). Red value is 71 (28.12% from 255 or 12.52% from 567); Green value is 245 (96.09% from 255 or 43.21% from 567); Blue value is 251 (98.44% from 255 or 44.27% from 567); Max value from RGB is 251 - color contains mainly: blue. Hex color #47F5FB is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #47F5FB is #B80A04. Grayscale: #C1C1C1. Windows color (decimal): -12061189 or 16512327. OLE color: 16512327.

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

Color convert

RGB71245251-
CMYK0.720.0200.02
HSL182º95.74%63.14%-
HSV(B)182º71.71%98.43%-
XYZ52.6673.61102.7-
YUV193.66160.3540.51-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 12.52%
GREEN value IS 245 (96.09% from 255) = 43.21%
BLUE value IS 251 (98.44% from 255) = 44.27%
R=12.52%
G=43.21%
B=44.27%

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
Decimal712452510.720.0200.0218295.7463.14
Hex47F5FB48202b6603f
Octal10736537311020226614077
Binary10001111111010111111011100100010010101101101100000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47F5FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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