Html Css Color HEX #47EBFC Baby Blue

📋 copy color: '#47EBFC'

red 71 ◦ green 235 ◦ blue 252

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

Shades of Baby Blue #47EBFC

Tints of Baby Blue #47EBFC

RGB

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

 GREEN value IS 235 (92.19% from 255) = 42.11%

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

R = 12.72%
G = 42.11%
B = 45.16%

CMYK

 C value IS 0.72

 M value IS 0.07

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#47EBFC (or 0x47EBFC) is known color: Baby Blue. HEX triplet: 47, EB and FC. RGB value is (71,235,252). Sum of RGB (Red+Green+Blue) = 71+235+252=558 (73% of max value = 765). Red value is 71 (28.12% from 255 or 12.72% from 558); Green value is 235 (92.19% from 255 or 42.11% from 558); Blue value is 252 (98.83% from 255 or 45.16% from 558); Max value from RGB is 252 - color contains mainly: blue. Hex color #47EBFC is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #47EBFC is #B81403. Grayscale: #BBBBBB. Windows color (decimal): -12063748 or 16575303. OLE color: 16575303.

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

Color convert

RGB 71 235 252 -
CMYK 0.72 0.07 0 0.01
HSL 185.64º 0.97% 0.63% -
HSV(B) 185.64º 0.72% 0.99% -
XYZ 49.88 67.78 102.55 -
YUV 187.9 164.17 44.62 -
System Red Green Blue C M Y K H S L
Decimal 71 235 252 0.72 0.07 0 0.01 185.64 0.97 0.63
Hex 47 EB FC 48 7 0 1 BA 61 3F
Octal 107 353 374 110 7 0 1 272 141 77
Binary 1000111 11101011 11111100 1001000 111 0 1 10111010 1100001 111111

Color Harmonies of #47EBFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47EBFC

Black with #47EBFC

Text Example


Text Example

White with #47EBFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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