Html Css Color HEX #47FDFB Baby Blue

📋 copy color: '#47FDFB'

red 71 ◦ green 253 ◦ blue 251

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

Shades of Baby Blue #47FDFB

Tints of Baby Blue #47FDFB

RGB

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

 GREEN value IS 253 (99.22% from 255) = 44%

 BLUE value IS 251 (98.44% from 255) = 43.65%

R = 12.35%
G = 44%
B = 43.65%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.01

 K value IS 0.01

RGB Variations

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

Color information

#47FDFB (or 0x47FDFB) is known color: Baby Blue. HEX triplet: 47, FD and FB. RGB value is (71,253,251). Sum of RGB (Red+Green+Blue) = 71+253+251=575 (76% of max value = 765). Red value is 71 (28.12% from 255 or 12.35% from 575); Green value is 253 (99.22% from 255 or 44% from 575); Blue value is 251 (98.44% from 255 or 43.65% from 575); Max value from RGB is 253 - color contains mainly: green. Hex color #47FDFB is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #47FDFB is #B80204. Grayscale: #C6C6C6. Windows color (decimal): -12059141 or 16514375. OLE color: 16514375.

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

Color convert

RGB 71 253 251 -
CMYK 0.72 0 0.01 0.01
HSL 179.34º 0.98% 0.64% -
HSV(B) 179.34º 0.72% 0.99% -
XYZ 55.14 78.56 103.52 -
YUV 198.35 157.7 37.16 -
System Red Green Blue C M Y K H S L
Decimal 71 253 251 0.72 0 0.01 0.01 179.34 0.98 0.64
Hex 47 FD FB 48 0 1 1 B3 62 40
Octal 107 375 373 110 0 1 1 263 142 100
Binary 1000111 11111101 11111011 1001000 0 1 1 10110011 1100010 1000000

Color Harmonies of #47FDFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47FDFB

Black with #47FDFB

Text Example


Text Example

White with #47FDFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(71,253,251); }

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

background-color css

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

 a { background-color: rgb(71,253,251); }

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

border-color css

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

 span { border-color: rgb(71,253,251); }

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