Html Css Color HEX #47EBFF Baby Blue

📋 copy color: '#47EBFF'

red 71 ◦ green 235 ◦ blue 255

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

Shades of Baby Blue #47EBFF

Tints of Baby Blue #47EBFF

RGB

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

 GREEN value IS 235 (92.19% from 255) = 41.89%

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

R = 12.66%
G = 41.89%
B = 45.45%

CMYK

 C value IS 0.72

 M value IS 0.08

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#47EBFF (or 0x47EBFF) is known color: Baby Blue. HEX triplet: 47, EB and FF. RGB value is (71,235,255). Sum of RGB (Red+Green+Blue) = 71+235+255=561 (74% of max value = 765). Red value is 71 (28.12% from 255 or 12.66% from 561); Green value is 235 (92.19% from 255 or 41.89% from 561); Blue value is 255 (100% from 255 or 45.45% from 561); Max value from RGB is 255 - color contains mainly: blue. Hex color #47EBFF is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #47EBFF is #B81400. Grayscale: #BCBCBC. Windows color (decimal): -12063745 or 16771911. OLE color: 16771911.

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

Color convert

RGB 71 235 255 -
CMYK 0.72 0.08 0 0
HSL 186.52º 1% 0.64% -
HSV(B) 186.52º 0.72% 1% -
XYZ 50.36 67.98 105.07 -
YUV 188.24 165.67 44.37 -
System Red Green Blue C M Y K H S L
Decimal 71 235 255 0.72 0.08 0 0 186.52 1 0.64
Hex 47 EB FF 48 8 0 0 BB 64 40
Octal 107 353 377 110 10 0 0 273 144 100
Binary 1000111 11101011 11111111 1001000 1000 0 0 10111011 1100100 1000000

Color Harmonies of #47EBFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47EBFF

Black with #47EBFF

Text Example


Text Example

White with #47EBFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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