Html Css Color HEX #47F8FE Baby Blue

📋 copy color: '#47F8FE'

red 71 ◦ green 248 ◦ blue 254

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

Shades of Baby Blue #47F8FE

Tints of Baby Blue #47F8FE

RGB

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

 GREEN value IS 248 (97.27% from 255) = 43.28%

 BLUE value IS 254 (99.61% from 255) = 44.33%

R = 12.39%
G = 43.28%
B = 44.33%

CMYK

 C value IS 0.72

 M value IS 0.02

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#47F8FE (or 0x47F8FE) is known color: Baby Blue. HEX triplet: 47, F8 and FE. RGB value is (71,248,254). Sum of RGB (Red+Green+Blue) = 71+248+254=573 (75% of max value = 765). Red value is 71 (28.12% from 255 or 12.39% from 573); Green value is 248 (97.27% from 255 or 43.28% from 573); Blue value is 254 (99.61% from 255 or 44.33% from 573); Max value from RGB is 254 - color contains mainly: blue. Hex color #47F8FE is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #47F8FE is #B80701. Grayscale: #C3C3C3. Windows color (decimal): -12060418 or 16709703. OLE color: 16709703.

HSL color Cylindrical-coordinate representation of color #47F8FE: hue angle of 181.97º degrees, saturation: 0.99, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #47F8FE is Cyan = 0.72, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 71 248 254 -
CMYK 0.72 0.02 0 0.00
HSL 181.97º 0.99% 0.64% -
HSV(B) 181.97º 0.72% 1% -
XYZ 54.06 75.63 105.52 -
YUV 195.76 160.86 39.01 -
System Red Green Blue C M Y K H S L
Decimal 71 248 254 0.72 0.02 0 0.00 181.97 0.99 0.64
Hex 47 F8 FE 48 2 0 0 B6 63 40
Octal 107 370 376 110 2 0 0 266 143 100
Binary 1000111 11111000 11111110 1001000 10 0 0 10110110 1100011 1000000

Color Harmonies of #47F8FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47F8FE

Black with #47F8FE

Text Example


Text Example

White with #47F8FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(71,248,254); }

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

background-color css

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

 a { background-color: rgb(71,248,254); }

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

border-color css

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

 span { border-color: rgb(71,248,254); }

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