Html Css Color HEX #47EDFF Baby Blue

📋 copy color: '#47EDFF'

red 71 ◦ green 237 ◦ blue 255

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

Shades of Baby Blue #47EDFF

Tints of Baby Blue #47EDFF

RGB

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

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

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

R = 12.61%
G = 42.1%
B = 45.29%

CMYK

 C value IS 0.72

 M value IS 0.07

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#47EDFF (or 0x47EDFF) is known color: Baby Blue. HEX triplet: 47, ED and FF. RGB value is (71,237,255). Sum of RGB (Red+Green+Blue) = 71+237+255=563 (74% of max value = 765). Red value is 71 (28.12% from 255 or 12.61% from 563); Green value is 237 (92.97% from 255 or 42.10% from 563); Blue value is 255 (100% from 255 or 45.29% from 563); Max value from RGB is 255 - color contains mainly: blue. Hex color #47EDFF is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #47EDFF is #B81200. Grayscale: #BDBDBD. Windows color (decimal): -12063233 or 16772423. OLE color: 16772423.

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

Color convert

RGB 71 237 255 -
CMYK 0.72 0.07 0 0
HSL 185.87º 1% 0.64% -
HSV(B) 185.87º 0.72% 1% -
XYZ 50.93 69.13 105.27 -
YUV 189.42 165 43.54 -
System Red Green Blue C M Y K H S L
Decimal 71 237 255 0.72 0.07 0 0 185.87 1 0.64
Hex 47 ED FF 48 7 0 0 BA 64 40
Octal 107 355 377 110 7 0 0 272 144 100
Binary 1000111 11101101 11111111 1001000 111 0 0 10111010 1100100 1000000

Color Harmonies of #47EDFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47EDFF

Black with #47EDFF

Text Example


Text Example

White with #47EDFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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