#47F2FF

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

Shades of Baby Blue #47F2FF

Tints of Baby Blue #47F2FF

Color information

#47F2FF (or 0x47F2FF) is unknown color: approx Baby Blue. HEX triplet: 47, F2 and FF. RGB value is (71,242,255). Sum of RGB (Red+Green+Blue) = 71+242+255=568 (75% of max value = 765). Red value is 71 (28.12% from 255 or 12.5% from 568); Green value is 242 (94.92% from 255 or 42.61% from 568); Blue value is 255 (100% from 255 or 44.89% from 568); Max value from RGB is 255 - color contains mainly: blue. Hex color #47F2FF is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #47F2FF is #B80D00. Grayscale: #C0C0C0. Windows color (decimal): -12061953 or 16773703. OLE color: 16773703.

HSL color Cylindrical-coordinate representation of color #47F2FF: hue angle of 184.24º degrees, saturation: 1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #47F2FF is Cyan = 0.72, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB71242255-
CMYK0.720.0500
HSL184.24º100%63.92%-
HSV(B)184.24º72.16%100%-
XYZ52.472.06105.76-
YUV192.35163.3541.44-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 12.5%
GREEN value IS 242 (94.92% from 255) = 42.61%
BLUE value IS 255 (100% from 255) = 44.89%
R=12.5%
G=42.61%
B=44.89%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal712422550.720.0500184.2410063.92
Hex47F2FF48500b86440
Octal107362377110500270144100
Binary100011111110010111111111001000101001011100011001001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47F2FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(71,242,255); }

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

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

 a { background-color: rgb(71,242,255); }

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

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

 span { border-color: rgb(71,242,255); }

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