Html Css Color HEX #47ECFF Baby Blue

📋 copy color: '#47ECFF'

red 71 ◦ green 236 ◦ blue 255

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

Shades of Baby Blue #47ECFF

Tints of Baby Blue #47ECFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 45.37%

R = 12.63%
G = 41.99%
B = 45.37%

CMYK

 C value IS 0.72

 M value IS 0.07

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#47ECFF (or 0x47ECFF) is known color: Baby Blue. HEX triplet: 47, EC and FF. RGB value is (71,236,255). Sum of RGB (Red+Green+Blue) = 71+236+255=562 (74% of max value = 765). Red value is 71 (28.12% from 255 or 12.63% from 562); Green value is 236 (92.58% from 255 or 41.99% from 562); Blue value is 255 (100% from 255 or 45.37% from 562); Max value from RGB is 255 - color contains mainly: blue. Hex color #47ECFF is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #47ECFF is #B81300. Grayscale: #BCBCBC. Windows color (decimal): -12063489 or 16772167. OLE color: 16772167.

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

Color convert

RGB 71 236 255 -
CMYK 0.72 0.07 0 0
HSL 186.2º 1% 0.64% -
HSV(B) 186.2º 0.72% 1% -
XYZ 50.64 68.55 105.17 -
YUV 188.83 165.34 43.96 -
System Red Green Blue C M Y K H S L
Decimal 71 236 255 0.72 0.07 0 0 186.2 1 0.64
Hex 47 EC FF 48 7 0 0 BA 64 40
Octal 107 354 377 110 7 0 0 272 144 100
Binary 1000111 11101100 11111111 1001000 111 0 0 10111010 1100100 1000000

Color Harmonies of #47ECFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47ECFF

Black with #47ECFF

Text Example


Text Example

White with #47ECFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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