Html Css Color HEX #47FDF0 Baby Blue

📋 copy color: '#47FDF0'

red 71 ◦ green 253 ◦ blue 240

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

Shades of Baby Blue #47FDF0

Tints of Baby Blue #47FDF0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 42.55%

R = 12.59%
G = 44.86%
B = 42.55%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.05

 K value IS 0.01

RGB Variations

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

Color information

#47FDF0 (or 0x47FDF0) is known color: Baby Blue. HEX triplet: 47, FD and F0. RGB value is (71,253,240). Sum of RGB (Red+Green+Blue) = 71+253+240=564 (74% of max value = 765). Red value is 71 (28.12% from 255 or 12.59% from 564); Green value is 253 (99.22% from 255 or 44.86% from 564); Blue value is 240 (94.14% from 255 or 42.55% from 564); Max value from RGB is 253 - color contains mainly: green. Hex color #47FDF0 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #47FDF0 is #B8020F. Grayscale: #C4C4C4. Windows color (decimal): -12059152 or 15793479. OLE color: 15793479.

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

Color convert

RGB 71 253 240 -
CMYK 0.72 0 0.05 0.01
HSL 175.71º 0.98% 0.64% -
HSV(B) 175.71º 0.72% 0.99% -
XYZ 53.45 77.88 94.65 -
YUV 197.1 152.2 38.06 -
System Red Green Blue C M Y K H S L
Decimal 71 253 240 0.72 0 0.05 0.01 175.71 0.98 0.64
Hex 47 FD F0 48 0 5 1 B0 62 40
Octal 107 375 360 110 0 5 1 260 142 100
Binary 1000111 11111101 11110000 1001000 0 101 1 10110000 1100010 1000000

Color Harmonies of #47FDF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47FDF0

Black with #47FDF0

Text Example


Text Example

White with #47FDF0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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