#46ACFB

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

Shades of Summer Sky #46ACFB

Tints of Summer Sky #46ACFB

Color information

#46ACFB (or 0x46ACFB) is unknown color: approx Summer Sky. HEX triplet: 46, AC and FB. RGB value is (70,172,251). Sum of RGB (Red+Green+Blue) = 70+172+251=493 (65% of max value = 765). Red value is 70 (27.73% from 255 or 14.20% from 493); Green value is 172 (67.58% from 255 or 34.89% from 493); Blue value is 251 (98.44% from 255 or 50.91% from 493); Max value from RGB is 251 - color contains mainly: blue. Hex color #46ACFB is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #46ACFB is #B95304. Grayscale: #969696. Windows color (decimal): -12145413 or 16493638. OLE color: 16493638.

HSL color Cylindrical-coordinate representation of color #46ACFB: hue angle of 206.19º degrees, saturation: 0.96, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #46ACFB is Cyan = 0.72, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB70172251-
CMYK0.720.3100.02
HSL206.19º95.77%62.94%-
HSV(B)206.19º72.11%98.43%-
XYZ34.6937.7796.73-
YUV150.51184.7170.58-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 14.20%
GREEN value IS 172 (67.58% from 255) = 34.89%
BLUE value IS 251 (98.44% from 255) = 50.91%
R=14.20%
G=34.89%
B=50.91%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal701722510.720.3100.02206.1995.7762.94
Hex46ACFB481F02ce603f
Octal106254373110370231614077
Binary10001101010110011111011100100011111010110011101100000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46ACFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #46ACFB; }

 p { color: rgb(70,172,251); }

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

<style>
 a { background-color: #46ACFB; }

 a { background-color: rgb(70,172,251); }

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

<style>
 span { border-color: #46ACFB; }

 span { border-color: rgb(70,172,251); }

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