Html Css Color HEX #47BBDC Summer Sky

📋 copy color: '#47BBDC'

red 71 ◦ green 187 ◦ blue 220

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

Shades of Summer Sky #47BBDC

Tints of Summer Sky #47BBDC

RGB

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

 GREEN value IS 187 (73.44% from 255) = 39.12%

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

R = 14.85%
G = 39.12%
B = 46.03%

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

#47BBDC (or 0x47BBDC) is known color: Summer Sky. HEX triplet: 47, BB and DC. RGB value is (71,187,220). Sum of RGB (Red+Green+Blue) = 71+187+220=478 (63% of max value = 765). Red value is 71 (28.12% from 255 or 14.85% from 478); Green value is 187 (73.44% from 255 or 39.12% from 478); Blue value is 220 (86.33% from 255 or 46.03% from 478); Max value from RGB is 220 - color contains mainly: blue. Hex color #47BBDC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #47BBDC is #B84423. Grayscale: #9B9B9B. Windows color (decimal): -12076068 or 14465863. OLE color: 14465863.

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

Color convert

RGB 71 187 220 -
CMYK 0.68 0.15 0 0.14
HSL 193.29º 0.68% 0.57% -
HSV(B) 193.29º 0.68% 0.86% -
XYZ 33.29 42.05 74.07 -
YUV 156.08 164.07 67.32 -
System Red Green Blue C M Y K H S L
Decimal 71 187 220 0.68 0.15 0 0.14 193.29 0.68 0.57
Hex 47 BB DC 44 F 0 E C1 44 39
Octal 107 273 334 104 17 0 16 301 104 71
Binary 1000111 10111011 11011100 1000100 1111 0 1110 11000001 1000100 111001

Color Harmonies of #47BBDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47BBDC

Black with #47BBDC

Text Example


Text Example

White with #47BBDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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