Html Css Color HEX #47F2FA Baby Blue

📋 copy color: '#47F2FA'

red 71 ◦ green 242 ◦ blue 250

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

Shades of Baby Blue #47F2FA

Tints of Baby Blue #47F2FA

RGB

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

 GREEN value IS 242 (94.92% from 255) = 42.98%

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

R = 12.61%
G = 42.98%
B = 44.4%

CMYK

 C value IS 0.72

 M value IS 0.03

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#47F2FA (or 0x47F2FA) is known color: Baby Blue. HEX triplet: 47, F2 and FA. RGB value is (71,242,250). Sum of RGB (Red+Green+Blue) = 71+242+250=563 (74% of max value = 765). Red value is 71 (28.12% from 255 or 12.61% from 563); Green value is 242 (94.92% from 255 or 42.98% from 563); Blue value is 250 (98.05% from 255 or 44.40% from 563); Max value from RGB is 250 - color contains mainly: blue. Hex color #47F2FA is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #47F2FA is #B80D05. Grayscale: #BFBFBF. Windows color (decimal): -12061958 or 16446023. OLE color: 16446023.

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

Color convert

RGB 71 242 250 -
CMYK 0.72 0.03 0 0.02
HSL 182.68º 0.95% 0.63% -
HSV(B) 182.68º 0.72% 0.98% -
XYZ 51.61 71.75 101.57 -
YUV 191.78 160.85 41.85 -
System Red Green Blue C M Y K H S L
Decimal 71 242 250 0.72 0.03 0 0.02 182.68 0.95 0.63
Hex 47 F2 FA 48 3 0 2 B7 5F 3F
Octal 107 362 372 110 3 0 2 267 137 77
Binary 1000111 11110010 11111010 1001000 11 0 10 10110111 1011111 111111

Color Harmonies of #47F2FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47F2FA

Black with #47F2FA

Text Example


Text Example

White with #47F2FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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