#47BDF6

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

Shades of Summer Sky #47BDF6

Tints of Summer Sky #47BDF6

Color information

#47BDF6 (or 0x47BDF6) is unknown color: approx Summer Sky. HEX triplet: 47, BD and F6. RGB value is (71,189,246). Sum of RGB (Red+Green+Blue) = 71+189+246=506 (67% of max value = 765). Red value is 71 (28.12% from 255 or 14.03% from 506); Green value is 189 (74.22% from 255 or 37.35% from 506); Blue value is 246 (96.48% from 255 or 48.62% from 506); Max value from RGB is 246 - color contains mainly: blue. Hex color #47BDF6 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #47BDF6 is #B84209. Grayscale: #9F9F9F. Windows color (decimal): -12075530 or 16170311. OLE color: 16170311.

HSL color Cylindrical-coordinate representation of color #47BDF6: hue angle of 199.54º degrees, saturation: 0.91, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #47BDF6 is Cyan = 0.71, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB71189246-
CMYK0.710.2300.04
HSL199.54º90.67%62.16%-
HSV(B)199.54º71.14%96.47%-
XYZ37.4344.3993.78-
YUV160.22176.4164.37-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 14.03%
GREEN value IS 189 (74.22% from 255) = 37.35%
BLUE value IS 246 (96.48% from 255) = 48.62%
R=14.03%
G=37.35%
B=48.62%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal711892460.710.2300.04199.5490.6762.16
Hex47BDF6471704c85b3e
Octal107275366107270431013376
Binary100011110111101111101101000111101110100110010001011011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47BDF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(71,189,246); }

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

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

 a { background-color: rgb(71,189,246); }

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

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

 span { border-color: rgb(71,189,246); }

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