Html Css Color HEX #47AFDB Summer Sky

📋 copy color: '#47AFDB'

red 71 ◦ green 175 ◦ blue 219

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

Shades of Summer Sky #47AFDB

Tints of Summer Sky #47AFDB

RGB

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

 GREEN value IS 175 (68.75% from 255) = 37.63%

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

R = 15.27%
G = 37.63%
B = 47.1%

CMYK

 C value IS 0.68

 M value IS 0.20

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#47AFDB (or 0x47AFDB) is known color: Summer Sky. HEX triplet: 47, AF and DB. RGB value is (71,175,219). Sum of RGB (Red+Green+Blue) = 71+175+219=465 (61% of max value = 765). Red value is 71 (28.12% from 255 or 15.27% from 465); Green value is 175 (68.75% from 255 or 37.63% from 465); Blue value is 219 (85.94% from 255 or 47.10% from 465); Max value from RGB is 219 - color contains mainly: blue. Hex color #47AFDB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #47AFDB is #B85024. Grayscale: #949494. Windows color (decimal): -12079141 or 14397255. OLE color: 14397255.

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

Color convert

RGB 71 175 219 -
CMYK 0.68 0.20 0 0.14
HSL 197.84º 0.67% 0.57% -
HSV(B) 197.84º 0.68% 0.86% -
XYZ 30.71 37.11 72.56 -
YUV 148.92 167.54 72.42 -
System Red Green Blue C M Y K H S L
Decimal 71 175 219 0.68 0.20 0 0.14 197.84 0.67 0.57
Hex 47 AF DB 44 14 0 E C6 43 39
Octal 107 257 333 104 24 0 16 306 103 71
Binary 1000111 10101111 11011011 1000100 10100 0 1110 11000110 1000011 111001

Color Harmonies of #47AFDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47AFDB

Black with #47AFDB

Text Example


Text Example

White with #47AFDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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