Html Css Color HEX #47FCFE Baby Blue

📋 copy color: '#47FCFE'

red 71 ◦ green 252 ◦ blue 254

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

Shades of Baby Blue #47FCFE

Tints of Baby Blue #47FCFE

RGB

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

 GREEN value IS 252 (98.83% from 255) = 43.67%

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

R = 12.31%
G = 43.67%
B = 44.02%

CMYK

 C value IS 0.72

 M value IS 0.01

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#47FCFE (or 0x47FCFE) is known color: Baby Blue. HEX triplet: 47, FC and FE. RGB value is (71,252,254). Sum of RGB (Red+Green+Blue) = 71+252+254=577 (76% of max value = 765). Red value is 71 (28.12% from 255 or 12.31% from 577); Green value is 252 (98.83% from 255 or 43.67% from 577); Blue value is 254 (99.61% from 255 or 44.02% from 577); Max value from RGB is 254 - color contains mainly: blue. Hex color #47FCFE is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #47FCFE is #B80301. Grayscale: #C5C5C5. Windows color (decimal): -12059394 or 16710727. OLE color: 16710727.

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

Color convert

RGB 71 252 254 -
CMYK 0.72 0.01 0 0.00
HSL 180.66º 0.99% 0.64% -
HSV(B) 180.66º 0.72% 1% -
XYZ 55.3 78.12 105.93 -
YUV 198.11 159.53 37.34 -
System Red Green Blue C M Y K H S L
Decimal 71 252 254 0.72 0.01 0 0.00 180.66 0.99 0.64
Hex 47 FC FE 48 1 0 0 B5 63 40
Octal 107 374 376 110 1 0 0 265 143 100
Binary 1000111 11111100 11111110 1001000 1 0 0 10110101 1100011 1000000

Color Harmonies of #47FCFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47FCFE

Black with #47FCFE

Text Example


Text Example

White with #47FCFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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