Html Css Color HEX #47A5DB Summer Sky

📋 copy color: '#47A5DB'

red 71 ◦ green 165 ◦ blue 219

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

Shades of Summer Sky #47A5DB

Tints of Summer Sky #47A5DB

RGB

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

 GREEN value IS 165 (64.84% from 255) = 36.26%

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

R = 15.6%
G = 36.26%
B = 48.13%

CMYK

 C value IS 0.68

 M value IS 0.25

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#47A5DB (or 0x47A5DB) is known color: Summer Sky. HEX triplet: 47, A5 and DB. RGB value is (71,165,219). Sum of RGB (Red+Green+Blue) = 71+165+219=455 (60% of max value = 765). Red value is 71 (28.12% from 255 or 15.60% from 455); Green value is 165 (64.84% from 255 or 36.26% from 455); Blue value is 219 (85.94% from 255 or 48.13% from 455); Max value from RGB is 219 - color contains mainly: blue. Hex color #47A5DB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #47A5DB is #B85A24. Grayscale: #8E8E8E. Windows color (decimal): -12081701 or 14394695. OLE color: 14394695.

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

Color convert

RGB 71 165 219 -
CMYK 0.68 0.25 0 0.14
HSL 201.89º 0.67% 0.57% -
HSV(B) 201.89º 0.68% 0.86% -
XYZ 28.84 33.36 71.94 -
YUV 143.05 170.86 76.61 -
System Red Green Blue C M Y K H S L
Decimal 71 165 219 0.68 0.25 0 0.14 201.89 0.67 0.57
Hex 47 A5 DB 44 19 0 E CA 43 39
Octal 107 245 333 104 31 0 16 312 103 71
Binary 1000111 10100101 11011011 1000100 11001 0 1110 11001010 1000011 111001

Color Harmonies of #47A5DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47A5DB

Black with #47A5DB

Text Example


Text Example

White with #47A5DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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