Html Css Color HEX #47A8F8 Summer Sky

📋 copy color: '#47A8F8'

red 71 ◦ green 168 ◦ blue 248

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

Shades of Summer Sky #47A8F8

Tints of Summer Sky #47A8F8

RGB

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

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

 BLUE value IS 248 (97.27% from 255) = 50.92%

R = 14.58%
G = 34.5%
B = 50.92%

CMYK

 C value IS 0.71

 M value IS 0.32

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#47A8F8 (or 0x47A8F8) is known color: Summer Sky. HEX triplet: 47, A8 and F8. RGB value is (71,168,248). Sum of RGB (Red+Green+Blue) = 71+168+248=487 (64% of max value = 765). Red value is 71 (28.12% from 255 or 14.58% from 487); Green value is 168 (66.02% from 255 or 34.50% from 487); Blue value is 248 (97.27% from 255 or 50.92% from 487); Max value from RGB is 248 - color contains mainly: blue. Hex color #47A8F8 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #47A8F8 is #B85707. Grayscale: #939393. Windows color (decimal): -12080904 or 16296007. OLE color: 16296007.

HSL color Cylindrical-coordinate representation of color #47A8F8: hue angle of 207.12º degrees, saturation: 0.93, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #47A8F8 is Cyan = 0.71, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 71 168 248 -
CMYK 0.71 0.32 0 0.03
HSL 207.12º 0.93% 0.63% -
HSV(B) 207.12º 0.71% 0.97% -
XYZ 33.54 36.12 94.01 -
YUV 148.12 184.36 73 -
System Red Green Blue C M Y K H S L
Decimal 71 168 248 0.71 0.32 0 0.03 207.12 0.93 0.63
Hex 47 A8 F8 47 20 0 3 CF 5D 3F
Octal 107 250 370 107 40 0 3 317 135 77
Binary 1000111 10101000 11111000 1000111 100000 0 11 11001111 1011101 111111

Color Harmonies of #47A8F8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47A8F8

Black with #47A8F8

Text Example


Text Example

White with #47A8F8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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