Html Css Color HEX #47AADB Summer Sky

📋 copy color: '#47AADB'

red 71 ◦ green 170 ◦ blue 219

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

Shades of Summer Sky #47AADB

Tints of Summer Sky #47AADB

RGB

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

 GREEN value IS 170 (66.8% from 255) = 36.96%

 BLUE value IS 219 (85.94% from 255) = 47.61%

R = 15.43%
G = 36.96%
B = 47.61%

CMYK

 C value IS 0.68

 M value IS 0.22

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#47AADB (or 0x47AADB) is known color: Summer Sky. HEX triplet: 47, AA and DB. RGB value is (71,170,219). Sum of RGB (Red+Green+Blue) = 71+170+219=460 (60% of max value = 765). Red value is 71 (28.12% from 255 or 15.43% from 460); Green value is 170 (66.80% from 255 or 36.96% from 460); Blue value is 219 (85.94% from 255 or 47.61% from 460); Max value from RGB is 219 - color contains mainly: blue. Hex color #47AADB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #47AADB is #B85524. Grayscale: #919191. Windows color (decimal): -12080421 or 14395975. OLE color: 14395975.

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

Color convert

RGB 71 170 219 -
CMYK 0.68 0.22 0 0.14
HSL 199.86º 0.67% 0.57% -
HSV(B) 199.86º 0.68% 0.86% -
XYZ 29.76 35.2 72.24 -
YUV 145.99 169.2 74.52 -
System Red Green Blue C M Y K H S L
Decimal 71 170 219 0.68 0.22 0 0.14 199.86 0.67 0.57
Hex 47 AA DB 44 16 0 E C8 43 39
Octal 107 252 333 104 26 0 16 310 103 71
Binary 1000111 10101010 11011011 1000100 10110 0 1110 11001000 1000011 111001

Color Harmonies of #47AADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47AADB

Black with #47AADB

Text Example


Text Example

White with #47AADB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(71,170,219); }

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

background-color css

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

 a { background-color: rgb(71,170,219); }

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

border-color css

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

 span { border-color: rgb(71,170,219); }

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