Html Css Color HEX #47A8EB Summer Sky

📋 copy color: '#47A8EB'

red 71 ◦ green 168 ◦ blue 235

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

Shades of Summer Sky #47A8EB

Tints of Summer Sky #47A8EB

RGB

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

 GREEN value IS 168 (66.02% from 255) = 35.44%

 BLUE value IS 235 (92.19% from 255) = 49.58%

R = 14.98%
G = 35.44%
B = 49.58%

CMYK

 C value IS 0.70

 M value IS 0.29

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#47A8EB (or 0x47A8EB) is known color: Summer Sky. HEX triplet: 47, A8 and EB. RGB value is (71,168,235). Sum of RGB (Red+Green+Blue) = 71+168+235=474 (62% of max value = 765). Red value is 71 (28.12% from 255 or 14.98% from 474); Green value is 168 (66.02% from 255 or 35.44% from 474); Blue value is 235 (92.19% from 255 or 49.58% from 474); Max value from RGB is 235 - color contains mainly: blue. Hex color #47A8EB is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #47A8EB is #B85714. Grayscale: #929292. Windows color (decimal): -12080917 or 15444039. OLE color: 15444039.

HSL color Cylindrical-coordinate representation of color #47A8EB: hue angle of 204.51º degrees, saturation: 0.8, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #47A8EB is Cyan = 0.70, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 71 168 235 -
CMYK 0.70 0.29 0 0.08
HSL 204.51º 0.8% 0.6% -
HSV(B) 204.51º 0.7% 0.92% -
XYZ 31.6 35.34 83.75 -
YUV 146.64 177.86 74.05 -
System Red Green Blue C M Y K H S L
Decimal 71 168 235 0.70 0.29 0 0.08 204.51 0.8 0.6
Hex 47 A8 EB 46 1D 0 8 CD 50 3C
Octal 107 250 353 106 35 0 10 315 120 74
Binary 1000111 10101000 11101011 1000110 11101 0 1000 11001101 1010000 111100

Color Harmonies of #47A8EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47A8EB

Black with #47A8EB

Text Example


Text Example

White with #47A8EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(71,168,235); }

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

background-color css

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

 a { background-color: rgb(71,168,235); }

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

border-color css

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

 span { border-color: rgb(71,168,235); }

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