#47BAFD

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

Shades of Summer Sky #47BAFD

Tints of Summer Sky #47BAFD

Color information

#47BAFD (or 0x47BAFD) is unknown color: approx Summer Sky. HEX triplet: 47, BA and FD. RGB value is (71,186,253). Sum of RGB (Red+Green+Blue) = 71+186+253=510 (67% of max value = 765). Red value is 71 (28.12% from 255 or 13.92% from 510); Green value is 186 (73.05% from 255 or 36.47% from 510); Blue value is 253 (99.22% from 255 or 49.61% from 510); Max value from RGB is 253 - color contains mainly: blue. Hex color #47BAFD is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #47BAFD is #B84502. Grayscale: #9E9E9E. Windows color (decimal): -12076291 or 16628295. OLE color: 16628295.

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

Color convert

RGB71186253-
CMYK0.720.2600.01
HSL202.09º97.85%63.53%-
HSV(B)202.09º71.94%99.22%-
XYZ37.8943.5599.34-
YUV159.25180.965.05-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 13.92%
GREEN value IS 186 (73.05% from 255) = 36.47%
BLUE value IS 253 (99.22% from 255) = 49.61%
R=13.92%
G=36.47%
B=49.61%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal711862530.720.2600.01202.0997.8563.53
Hex47BAFD481A01ca6240
Octal1072723751103201312142100
Binary10001111011101011111101100100011010011100101011000101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47BAFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(71,186,253); }

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

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

 a { background-color: rgb(71,186,253); }

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

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

 span { border-color: rgb(71,186,253); }

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