#47EDFF

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

Shades of Baby Blue #47EDFF

Tints of Baby Blue #47EDFF

Color information

#47EDFF (or 0x47EDFF) is unknown color: approx Baby Blue. HEX triplet: 47, ED and FF. RGB value is (71,237,255). Sum of RGB (Red+Green+Blue) = 71+237+255=563 (74% of max value = 765). Red value is 71 (28.12% from 255 or 12.61% from 563); Green value is 237 (92.97% from 255 or 42.10% from 563); Blue value is 255 (100% from 255 or 45.29% from 563); Max value from RGB is 255 - color contains mainly: blue. Hex color #47EDFF is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #47EDFF is #B81200. Grayscale: #BDBDBD. Windows color (decimal): -12063233 or 16772423. OLE color: 16772423.

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

Color convert

RGB71237255-
CMYK0.720.0700
HSL185.87º100%63.92%-
HSV(B)185.87º72.16%100%-
XYZ50.9369.13105.27-
YUV189.4216543.54-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 12.61%
GREEN value IS 237 (92.97% from 255) = 42.10%
BLUE value IS 255 (100% from 255) = 45.29%
R=12.61%
G=42.10%
B=45.29%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal712372550.720.0700185.8710063.92
Hex47EDFF48700ba6440
Octal107355377110700272144100
Binary100011111101101111111111001000111001011101011001001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47EDFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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