Html Css Color HEX #47ECFC Baby Blue

📋 copy color: '#47ECFC'

red 71 ◦ green 236 ◦ blue 252

#47ECFC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Baby Blue #47ECFC

Tints of Baby Blue #47ECFC

RGB

 RED value IS 71 (28.13% from 255) = 12.7%

 GREEN value IS 236 (92.58% from 255) = 42.22%

 BLUE value IS 252 (98.83% from 255) = 45.08%

R = 12.7%
G = 42.22%
B = 45.08%

CMYK

 C value IS 0.72

 M value IS 0.06

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#47ECFC (or 0x47ECFC) is known color: Baby Blue. HEX triplet: 47, EC and FC. RGB value is (71,236,252). Sum of RGB (Red+Green+Blue) = 71+236+252=559 (74% of max value = 765). Red value is 71 (28.12% from 255 or 12.70% from 559); Green value is 236 (92.58% from 255 or 42.22% from 559); Blue value is 252 (98.83% from 255 or 45.08% from 559); Max value from RGB is 252 - color contains mainly: blue. Hex color #47ECFC is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #47ECFC is #B81303. Grayscale: #BCBCBC. Windows color (decimal): -12063492 or 16575559. OLE color: 16575559.

HSL color Cylindrical-coordinate representation of color #47ECFC: hue angle of 185.3º degrees, saturation: 0.97, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #47ECFC is Cyan = 0.72, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 71 236 252 -
CMYK 0.72 0.06 0 0.01
HSL 185.3º 0.97% 0.63% -
HSV(B) 185.3º 0.72% 0.99% -
XYZ 50.16 68.36 102.65 -
YUV 188.49 163.84 44.2 -
System Red Green Blue C M Y K H S L
Decimal 71 236 252 0.72 0.06 0 0.01 185.3 0.97 0.63
Hex 47 EC FC 48 6 0 1 B9 61 3F
Octal 107 354 374 110 6 0 1 271 141 77
Binary 1000111 11101100 11111100 1001000 110 0 1 10111001 1100001 111111

Color Harmonies of #47ECFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47ECFC

Black with #47ECFC

Text Example


Text Example

White with #47ECFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(71,236,252); }

 H1.HeaderClassName
 {
   color: #47ECFC;
 }
 .AnyTagClassName
 {
   color: #47ECFC;
 }
</style>

background-color css

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

 a { background-color: rgb(71,236,252); }

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

border-color css

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

 span { border-color: rgb(71,236,252); }

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