Html Css Color HEX #47EBFE Baby Blue

📋 copy color: '#47EBFE'

red 71 ◦ green 235 ◦ blue 254

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

Shades of Baby Blue #47EBFE

Tints of Baby Blue #47EBFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 45.36%

R = 12.68%
G = 41.96%
B = 45.36%

CMYK

 C value IS 0.72

 M value IS 0.07

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#47EBFE (or 0x47EBFE) is known color: Baby Blue. HEX triplet: 47, EB and FE. RGB value is (71,235,254). Sum of RGB (Red+Green+Blue) = 71+235+254=560 (74% of max value = 765). Red value is 71 (28.12% from 255 or 12.68% from 560); Green value is 235 (92.19% from 255 or 41.96% from 560); Blue value is 254 (99.61% from 255 or 45.36% from 560); Max value from RGB is 254 - color contains mainly: blue. Hex color #47EBFE is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #47EBFE is #B81401. Grayscale: #BBBBBB. Windows color (decimal): -12063746 or 16706375. OLE color: 16706375.

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

Color convert

RGB 71 235 254 -
CMYK 0.72 0.07 0 0.00
HSL 186.23º 0.99% 0.64% -
HSV(B) 186.23º 0.72% 1% -
XYZ 50.2 67.91 104.23 -
YUV 188.13 165.17 44.46 -
System Red Green Blue C M Y K H S L
Decimal 71 235 254 0.72 0.07 0 0.00 186.23 0.99 0.64
Hex 47 EB FE 48 7 0 0 BA 63 40
Octal 107 353 376 110 7 0 0 272 143 100
Binary 1000111 11101011 11111110 1001000 111 0 0 10111010 1100011 1000000

Color Harmonies of #47EBFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47EBFE

Black with #47EBFE

Text Example


Text Example

White with #47EBFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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