Html Css Color HEX #47A5EA Summer Sky

📋 copy color: '#47A5EA'

red 71 ◦ green 165 ◦ blue 234

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

Shades of Summer Sky #47A5EA

Tints of Summer Sky #47A5EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 49.79%

R = 15.11%
G = 35.11%
B = 49.79%

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

#47A5EA (or 0x47A5EA) is known color: Summer Sky. HEX triplet: 47, A5 and EA. RGB value is (71,165,234). Sum of RGB (Red+Green+Blue) = 71+165+234=470 (62% of max value = 765). Red value is 71 (28.12% from 255 or 15.11% from 470); Green value is 165 (64.84% from 255 or 35.11% from 470); Blue value is 234 (91.80% from 255 or 49.79% from 470); Max value from RGB is 234 - color contains mainly: blue. Hex color #47A5EA is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #47A5EA is #B85A15. Grayscale: #909090. Windows color (decimal): -12081686 or 15377735. OLE color: 15377735.

HSL color Cylindrical-coordinate representation of color #47A5EA: hue angle of 205.4º 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 #47A5EA is Cyan = 0.70, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 71 165 234 -
CMYK 0.70 0.29 0 0.08
HSL 205.4º 0.8% 0.6% -
HSV(B) 205.4º 0.7% 0.92% -
XYZ 30.9 34.19 82.81 -
YUV 144.76 178.36 75.39 -
System Red Green Blue C M Y K H S L
Decimal 71 165 234 0.70 0.29 0 0.08 205.4 0.8 0.6
Hex 47 A5 EA 46 1D 0 8 CD 50 3C
Octal 107 245 352 106 35 0 10 315 120 74
Binary 1000111 10100101 11101010 1000110 11101 0 1000 11001101 1010000 111100

Color Harmonies of #47A5EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47A5EA

Black with #47A5EA

Text Example


Text Example

White with #47A5EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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