Html Css Color HEX #47EDFE Baby Blue

📋 copy color: '#47EDFE'

red 71 ◦ green 237 ◦ blue 254

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

Shades of Baby Blue #47EDFE

Tints of Baby Blue #47EDFE

RGB

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

 GREEN value IS 237 (92.97% from 255) = 42.17%

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

R = 12.63%
G = 42.17%
B = 45.2%

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

#47EDFE (or 0x47EDFE) is known color: Baby Blue. HEX triplet: 47, ED and FE. RGB value is (71,237,254). Sum of RGB (Red+Green+Blue) = 71+237+254=562 (74% of max value = 765). Red value is 71 (28.12% from 255 or 12.63% from 562); Green value is 237 (92.97% from 255 or 42.17% from 562); Blue value is 254 (99.61% from 255 or 45.20% from 562); Max value from RGB is 254 - color contains mainly: blue. Hex color #47EDFE is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #47EDFE is #B81201. Grayscale: #BDBDBD. Windows color (decimal): -12063234 or 16706887. OLE color: 16706887.

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

Color convert

RGB 71 237 254 -
CMYK 0.72 0.07 0 0.00
HSL 185.57º 0.99% 0.64% -
HSV(B) 185.57º 0.72% 1% -
XYZ 50.77 69.06 104.42 -
YUV 189.3 164.5 43.62 -
System Red Green Blue C M Y K H S L
Decimal 71 237 254 0.72 0.07 0 0.00 185.57 0.99 0.64
Hex 47 ED FE 48 7 0 0 BA 63 40
Octal 107 355 376 110 7 0 0 272 143 100
Binary 1000111 11101101 11111110 1001000 111 0 0 10111010 1100011 1000000

Color Harmonies of #47EDFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47EDFE

Black with #47EDFE

Text Example


Text Example

White with #47EDFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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