Html Css Color HEX #47F6FF Baby Blue

📋 copy color: '#47F6FF'

red 71 ◦ green 246 ◦ blue 255

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

Shades of Baby Blue #47F6FF

Tints of Baby Blue #47F6FF

RGB

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

 GREEN value IS 246 (96.48% from 255) = 43.01%

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

R = 12.41%
G = 43.01%
B = 44.58%

CMYK

 C value IS 0.72

 M value IS 0.04

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#47F6FF (or 0x47F6FF) is known color: Baby Blue. HEX triplet: 47, F6 and FF. RGB value is (71,246,255). Sum of RGB (Red+Green+Blue) = 71+246+255=572 (75% of max value = 765). Red value is 71 (28.12% from 255 or 12.41% from 572); Green value is 246 (96.48% from 255 or 43.01% from 572); Blue value is 255 (100% from 255 or 44.58% from 572); Max value from RGB is 255 - color contains mainly: blue. Hex color #47F6FF is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #47F6FF is #B80900. Grayscale: #C2C2C2. Windows color (decimal): -12060929 or 16774727. OLE color: 16774727.

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

Color convert

RGB 71 246 255 -
CMYK 0.72 0.04 0 0
HSL 182.93º 1% 0.64% -
HSV(B) 182.93º 0.72% 1% -
XYZ 53.6 74.47 106.16 -
YUV 194.7 162.02 39.77 -
System Red Green Blue C M Y K H S L
Decimal 71 246 255 0.72 0.04 0 0 182.93 1 0.64
Hex 47 F6 FF 48 4 0 0 B7 64 40
Octal 107 366 377 110 4 0 0 267 144 100
Binary 1000111 11110110 11111111 1001000 100 0 0 10110111 1100100 1000000

Color Harmonies of #47F6FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47F6FF

Black with #47F6FF

Text Example


Text Example

White with #47F6FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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