#47BAFE

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

Shades of Summer Sky #47BAFE

Tints of Summer Sky #47BAFE

Color information

#47BAFE (or 0x47BAFE) is unknown color: approx Summer Sky. HEX triplet: 47, BA and FE. RGB value is (71,186,254). Sum of RGB (Red+Green+Blue) = 71+186+254=511 (67% of max value = 765). Red value is 71 (28.12% from 255 or 13.89% from 511); Green value is 186 (73.05% from 255 or 36.40% from 511); Blue value is 254 (99.61% from 255 or 49.71% from 511); Max value from RGB is 254 - color contains mainly: blue. Hex color #47BAFE is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #47BAFE is #B84501. Grayscale: #9E9E9E. Windows color (decimal): -12076290 or 16693831. OLE color: 16693831.

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

Color convert

RGB71186254-
CMYK0.720.2700.00
HSL202.3º98.92%63.73%-
HSV(B)202.3º72.05%99.61%-
XYZ38.0543.61100.18-
YUV159.37181.464.97-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 13.89%
GREEN value IS 186 (73.05% from 255) = 36.40%
BLUE value IS 254 (99.61% from 255) = 49.71%
R=13.89%
G=36.40%
B=49.71%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal711862540.720.2700.00202.398.9263.73
Hex47BAFE481B00ca6340
Octal1072723761103300312143100
Binary10001111011101011111110100100011011001100101011000111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47BAFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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