Html Css Color HEX #47BADC Summer Sky

📋 copy color: '#47BADC'

red 71 ◦ green 186 ◦ blue 220

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

Shades of Summer Sky #47BADC

Tints of Summer Sky #47BADC

RGB

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

 GREEN value IS 186 (73.05% from 255) = 38.99%

 BLUE value IS 220 (86.33% from 255) = 46.12%

R = 14.88%
G = 38.99%
B = 46.12%

CMYK

 C value IS 0.68

 M value IS 0.15

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#47BADC (or 0x47BADC) is known color: Summer Sky. HEX triplet: 47, BA and DC. RGB value is (71,186,220). Sum of RGB (Red+Green+Blue) = 71+186+220=477 (63% of max value = 765). Red value is 71 (28.12% from 255 or 14.88% from 477); Green value is 186 (73.05% from 255 or 38.99% from 477); Blue value is 220 (86.33% from 255 or 46.12% from 477); Max value from RGB is 220 - color contains mainly: blue. Hex color #47BADC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #47BADC is #B84523. Grayscale: #9B9B9B. Windows color (decimal): -12076324 or 14465607. OLE color: 14465607.

HSL color Cylindrical-coordinate representation of color #47BADC: hue angle of 193.69º degrees, saturation: 0.68, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #47BADC is Cyan = 0.68, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 71 186 220 -
CMYK 0.68 0.15 0 0.14
HSL 193.69º 0.68% 0.57% -
HSV(B) 193.69º 0.68% 0.86% -
XYZ 33.08 41.62 74 -
YUV 155.49 164.4 67.74 -
System Red Green Blue C M Y K H S L
Decimal 71 186 220 0.68 0.15 0 0.14 193.69 0.68 0.57
Hex 47 BA DC 44 F 0 E C2 44 39
Octal 107 272 334 104 17 0 16 302 104 71
Binary 1000111 10111010 11011100 1000100 1111 0 1110 11000010 1000100 111001

Color Harmonies of #47BADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47BADC

Black with #47BADC

Text Example


Text Example

White with #47BADC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(71,186,220); }

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

background-color css

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

 a { background-color: rgb(71,186,220); }

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

border-color css

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

 span { border-color: rgb(71,186,220); }

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