Html Css Color HEX #47FEFA Baby Blue

📋 copy color: '#47FEFA'

red 71 ◦ green 254 ◦ blue 250

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

Shades of Baby Blue #47FEFA

Tints of Baby Blue #47FEFA

RGB

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

 GREEN value IS 254 (99.61% from 255) = 44.17%

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

R = 12.35%
G = 44.17%
B = 43.48%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.02

 K value IS 0.00

RGB Variations

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

Color information

#47FEFA (or 0x47FEFA) is known color: Baby Blue. HEX triplet: 47, FE and FA. RGB value is (71,254,250). Sum of RGB (Red+Green+Blue) = 71+254+250=575 (76% of max value = 765). Red value is 71 (28.12% from 255 or 12.35% from 575); Green value is 254 (99.61% from 255 or 44.17% from 575); Blue value is 250 (98.05% from 255 or 43.48% from 575); Max value from RGB is 254 - color contains mainly: green. Hex color #47FEFA is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #47FEFA is #B80105. Grayscale: #C6C6C6. Windows color (decimal): -12058886 or 16449095. OLE color: 16449095.

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

Color convert

RGB 71 254 250 -
CMYK 0.72 0 0.02 0.00
HSL 178.69º 0.99% 0.64% -
HSV(B) 178.69º 0.72% 1% -
XYZ 55.3 79.13 102.8 -
YUV 198.83 156.87 36.83 -
System Red Green Blue C M Y K H S L
Decimal 71 254 250 0.72 0 0.02 0.00 178.69 0.99 0.64
Hex 47 FE FA 48 0 2 0 B3 63 40
Octal 107 376 372 110 0 2 0 263 143 100
Binary 1000111 11111110 11111010 1001000 0 10 0 10110011 1100011 1000000

Color Harmonies of #47FEFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47FEFA

Black with #47FEFA

Text Example


Text Example

White with #47FEFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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