Html Css Color HEX #47EEFE Baby Blue

📋 copy color: '#47EEFE'

red 71 ◦ green 238 ◦ blue 254

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

Shades of Baby Blue #47EEFE

Tints of Baby Blue #47EEFE

RGB

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

 GREEN value IS 238 (93.36% from 255) = 42.27%

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

R = 12.61%
G = 42.27%
B = 45.12%

CMYK

 C value IS 0.72

 M value IS 0.06

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#47EEFE (or 0x47EEFE) is known color: Baby Blue. HEX triplet: 47, EE and FE. RGB value is (71,238,254). Sum of RGB (Red+Green+Blue) = 71+238+254=563 (74% of max value = 765). Red value is 71 (28.12% from 255 or 12.61% from 563); Green value is 238 (93.36% from 255 or 42.27% from 563); Blue value is 254 (99.61% from 255 or 45.12% from 563); Max value from RGB is 254 - color contains mainly: blue. Hex color #47EEFE is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #47EEFE is #B81101. Grayscale: #BDBDBD. Windows color (decimal): -12062978 or 16707143. OLE color: 16707143.

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

Color convert

RGB 71 238 254 -
CMYK 0.72 0.06 0 0.00
HSL 185.25º 0.99% 0.64% -
HSV(B) 185.25º 0.72% 1% -
XYZ 51.06 69.64 104.52 -
YUV 189.89 164.17 43.2 -
System Red Green Blue C M Y K H S L
Decimal 71 238 254 0.72 0.06 0 0.00 185.25 0.99 0.64
Hex 47 EE FE 48 6 0 0 B9 63 40
Octal 107 356 376 110 6 0 0 271 143 100
Binary 1000111 11101110 11111110 1001000 110 0 0 10111001 1100011 1000000

Color Harmonies of #47EEFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47EEFE

Black with #47EEFE

Text Example


Text Example

White with #47EEFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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