Html Css Color HEX #47A8FF Summer Sky

📋 copy color: '#47A8FF'

red 71 ◦ green 168 ◦ blue 255

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

Shades of Summer Sky #47A8FF

Tints of Summer Sky #47A8FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 51.62%

R = 14.37%
G = 34.01%
B = 51.62%

CMYK

 C value IS 0.72

 M value IS 0.34

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#47A8FF (or 0x47A8FF) is known color: Summer Sky. HEX triplet: 47, A8 and FF. RGB value is (71,168,255). Sum of RGB (Red+Green+Blue) = 71+168+255=494 (65% of max value = 765). Red value is 71 (28.12% from 255 or 14.37% from 494); Green value is 168 (66.02% from 255 or 34.01% from 494); Blue value is 255 (100% from 255 or 51.62% from 494); Max value from RGB is 255 - color contains mainly: blue. Hex color #47A8FF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #47A8FF is #B85700. Grayscale: #949494. Windows color (decimal): -12080897 or 16754759. OLE color: 16754759.

HSL color Cylindrical-coordinate representation of color #47A8FF: hue angle of 208.37º degrees, saturation: 1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #47A8FF is Cyan = 0.72, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 71 168 255 -
CMYK 0.72 0.34 0 0
HSL 208.37º 1% 0.64% -
HSV(B) 208.37º 0.72% 1% -
XYZ 34.65 36.56 99.84 -
YUV 148.92 187.86 72.43 -
System Red Green Blue C M Y K H S L
Decimal 71 168 255 0.72 0.34 0 0 208.37 1 0.64
Hex 47 A8 FF 48 22 0 0 D0 64 40
Octal 107 250 377 110 42 0 0 320 144 100
Binary 1000111 10101000 11111111 1001000 100010 0 0 11010000 1100100 1000000

Color Harmonies of #47A8FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47A8FF

Black with #47A8FF

Text Example


Text Example

White with #47A8FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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