Html Css Color HEX #47F4FA Baby Blue

📋 copy color: '#47F4FA'

red 71 ◦ green 244 ◦ blue 250

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

Shades of Baby Blue #47F4FA

Tints of Baby Blue #47F4FA

RGB

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

 GREEN value IS 244 (95.7% from 255) = 43.19%

 BLUE value IS 250 (98.05% from 255) = 44.25%

R = 12.57%
G = 43.19%
B = 44.25%

CMYK

 C value IS 0.72

 M value IS 0.02

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#47F4FA (or 0x47F4FA) is known color: Baby Blue. HEX triplet: 47, F4 and FA. RGB value is (71,244,250). Sum of RGB (Red+Green+Blue) = 71+244+250=565 (74% of max value = 765). Red value is 71 (28.12% from 255 or 12.57% from 565); Green value is 244 (95.70% from 255 or 43.19% from 565); Blue value is 250 (98.05% from 255 or 44.25% from 565); Max value from RGB is 250 - color contains mainly: blue. Hex color #47F4FA is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #47F4FA is #B80B05. Grayscale: #C0C0C0. Windows color (decimal): -12061446 or 16446535. OLE color: 16446535.

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

Color convert

RGB 71 244 250 -
CMYK 0.72 0.02 0 0.02
HSL 182.01º 0.95% 0.63% -
HSV(B) 182.01º 0.72% 0.98% -
XYZ 52.2 72.94 101.77 -
YUV 192.96 160.19 41.01 -
System Red Green Blue C M Y K H S L
Decimal 71 244 250 0.72 0.02 0 0.02 182.01 0.95 0.63
Hex 47 F4 FA 48 2 0 2 B6 5F 3F
Octal 107 364 372 110 2 0 2 266 137 77
Binary 1000111 11110100 11111010 1001000 10 0 10 10110110 1011111 111111

Color Harmonies of #47F4FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47F4FA

Black with #47F4FA

Text Example


Text Example

White with #47F4FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(71,244,250); }

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

background-color css

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

 a { background-color: rgb(71,244,250); }

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

border-color css

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

 span { border-color: rgb(71,244,250); }

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