#47EFFB

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

Shades of Baby Blue #47EFFB

Tints of Baby Blue #47EFFB

Color information

#47EFFB (or 0x47EFFB) is unknown color: approx Baby Blue. HEX triplet: 47, EF and FB. RGB value is (71,239,251). Sum of RGB (Red+Green+Blue) = 71+239+251=561 (74% of max value = 765). Red value is 71 (28.12% from 255 or 12.66% from 561); Green value is 239 (93.75% from 255 or 42.60% from 561); Blue value is 251 (98.44% from 255 or 44.74% from 561); Max value from RGB is 251 - color contains mainly: blue. Hex color #47EFFB is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #47EFFB is #B81004. Grayscale: #BDBDBD. Windows color (decimal): -12062725 or 16510791. OLE color: 16510791.

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

Color convert

RGB71239251-
CMYK0.720.0500.02
HSL184º95.74%63.14%-
HSV(B)184º71.71%98.43%-
XYZ50.8870.04102.1-
YUV190.14162.3443.02-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 12.66%
GREEN value IS 239 (93.75% from 255) = 42.60%
BLUE value IS 251 (98.44% from 255) = 44.74%
R=12.66%
G=42.60%
B=44.74%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal712392510.720.0500.0218495.7463.14
Hex47EFFB48502b8603f
Octal10735737311050227014077
Binary100011111101111111110111001000101010101110001100000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47EFFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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