#47B0FF

Color #47B0FF Summer Sky (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Summer Sky #47B0FF

Tints of Summer Sky #47B0FF

Color information

#47B0FF (or 0x47B0FF) is unknown color: approx Summer Sky. HEX triplet: 47, B0 and FF. RGB value is (71,176,255). Sum of RGB (Red+Green+Blue) = 71+176+255=502 (66% of max value = 765). Red value is 71 (28.12% from 255 or 14.14% from 502); Green value is 176 (69.14% from 255 or 35.06% from 502); Blue value is 255 (100% from 255 or 50.80% from 502); Max value from RGB is 255 - color contains mainly: blue. Hex color #47B0FF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #47B0FF is #B84F00. Grayscale: #999999. Windows color (decimal): -12078849 or 16756807. OLE color: 16756807.

HSL color Cylindrical-coordinate representation of color #47B0FF: hue angle of 205.76º 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 #47B0FF is Cyan = 0.72, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB71176255-
CMYK0.720.3100
HSL205.76º100%63.92%-
HSV(B)205.76º72.16%100%-
XYZ36.1739.61100.35-
YUV153.61185.2169.08-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 14.14%
GREEN value IS 176 (69.14% from 255) = 35.06%
BLUE value IS 255 (100% from 255) = 50.80%
R=14.14%
G=35.06%
B=50.80%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal711762550.720.3100205.7610063.92
Hex47B0FF481F00ce6440
Octal1072603771103700316144100
Binary10001111011000011111111100100011111001100111011001001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47B0FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #47B0FF;
 }
 .AnyTagClassName
 {
   color: #47B0FF;
 }
</style>
background-color css

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

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

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

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

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

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