#47fffe

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

Shades of Baby Blue #47FFFE

Tints of Baby Blue #47FFFE

Color information

#47FFFE (or 0x47FFFE) is unknown color: approx Baby Blue. HEX triplet: 47, FF and FE. RGB value is (71,255,254). Sum of RGB (Red+Green+Blue) = 71+255+254=580 (76% of max value = 765). Red value is 71 (28.12% from 255 or 12.24% from 580); Green value is 255 (100% from 255 or 43.97% from 580); Blue value is 254 (99.61% from 255 or 43.79% from 580); Max value from RGB is 255 - color contains mainly: green. Hex color #47FFFE is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #47FFFE is #B80001. Grayscale: #C7C7C7. Windows color (decimal): -12058626 or 16711495. OLE color: 16711495.

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

Color convert

RGB71255254-
CMYK0.7200.000
HSL179.67º100%63.92%-
HSV(B)179.67º72.16%100%-
XYZ56.2580.02106.25-
YUV199.87158.5436.08-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 12.24%
GREEN value IS 255 (100% from 255) = 43.97%
BLUE value IS 254 (99.61% from 255) = 43.79%
R=12.24%
G=43.97%
B=43.79%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.00
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal712552540.7200.000179.6710063.92
Hex47FFFE48000b46440
Octal107377376110000264144100
Binary1000111111111111111111010010000001011010011001001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47fffe

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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