Html Css Color HEX #47F1FF Baby Blue

📋 copy color: '#47F1FF'

red 71 ◦ green 241 ◦ blue 255

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

Shades of Baby Blue #47F1FF

Tints of Baby Blue #47F1FF

RGB

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

 GREEN value IS 241 (94.53% from 255) = 42.5%

 BLUE value IS 255 (100% from 255) = 44.97%

R = 12.52%
G = 42.5%
B = 44.97%

CMYK

 C value IS 0.72

 M value IS 0.05

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#47F1FF (or 0x47F1FF) is known color: Baby Blue. HEX triplet: 47, F1 and FF. RGB value is (71,241,255). Sum of RGB (Red+Green+Blue) = 71+241+255=567 (75% of max value = 765). Red value is 71 (28.12% from 255 or 12.52% from 567); Green value is 241 (94.53% from 255 or 42.50% from 567); Blue value is 255 (100% from 255 or 44.97% from 567); Max value from RGB is 255 - color contains mainly: blue. Hex color #47F1FF is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #47F1FF is #B80E00. Grayscale: #BFBFBF. Windows color (decimal): -12062209 or 16773447. OLE color: 16773447.

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

Color convert

RGB 71 241 255 -
CMYK 0.72 0.05 0 0
HSL 184.57º 1% 0.64% -
HSV(B) 184.57º 0.72% 1% -
XYZ 52.1 71.47 105.66 -
YUV 191.77 163.68 41.86 -
System Red Green Blue C M Y K H S L
Decimal 71 241 255 0.72 0.05 0 0 184.57 1 0.64
Hex 47 F1 FF 48 5 0 0 B9 64 40
Octal 107 361 377 110 5 0 0 271 144 100
Binary 1000111 11110001 11111111 1001000 101 0 0 10111001 1100100 1000000

Color Harmonies of #47F1FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47F1FF

Black with #47F1FF

Text Example


Text Example

White with #47F1FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(71,241,255); }

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

background-color css

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

 a { background-color: rgb(71,241,255); }

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

border-color css

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

 span { border-color: rgb(71,241,255); }

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