Html Css Color HEX #47BDDC Summer Sky

📋 copy color: '#47BDDC'

red 71 ◦ green 189 ◦ blue 220

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

Shades of Summer Sky #47BDDC

Tints of Summer Sky #47BDDC

RGB

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

 GREEN value IS 189 (74.22% from 255) = 39.38%

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

R = 14.79%
G = 39.38%
B = 45.83%

CMYK

 C value IS 0.68

 M value IS 0.14

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#47BDDC (or 0x47BDDC) is known color: Summer Sky. HEX triplet: 47, BD and DC. RGB value is (71,189,220). Sum of RGB (Red+Green+Blue) = 71+189+220=480 (63% of max value = 765). Red value is 71 (28.12% from 255 or 14.79% from 480); Green value is 189 (74.22% from 255 or 39.38% from 480); Blue value is 220 (86.33% from 255 or 45.83% from 480); Max value from RGB is 220 - color contains mainly: blue. Hex color #47BDDC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #47BDDC is #B84223. Grayscale: #9D9D9D. Windows color (decimal): -12075556 or 14466375. OLE color: 14466375.

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

Color convert

RGB 71 189 220 -
CMYK 0.68 0.14 0 0.14
HSL 192.48º 0.68% 0.57% -
HSV(B) 192.48º 0.68% 0.86% -
XYZ 33.71 42.9 74.21 -
YUV 157.25 163.41 66.48 -
System Red Green Blue C M Y K H S L
Decimal 71 189 220 0.68 0.14 0 0.14 192.48 0.68 0.57
Hex 47 BD DC 44 E 0 E C0 44 39
Octal 107 275 334 104 16 0 16 300 104 71
Binary 1000111 10111101 11011100 1000100 1110 0 1110 11000000 1000100 111001

Color Harmonies of #47BDDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47BDDC

Black with #47BDDC

Text Example


Text Example

White with #47BDDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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