#46BBFB

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

Shades of Summer Sky #46BBFB

Tints of Summer Sky #46BBFB

Color information

#46BBFB (or 0x46BBFB) is unknown color: approx Summer Sky. HEX triplet: 46, BB and FB. RGB value is (70,187,251). Sum of RGB (Red+Green+Blue) = 70+187+251=508 (67% of max value = 765). Red value is 70 (27.73% from 255 or 13.78% from 508); Green value is 187 (73.44% from 255 or 36.81% from 508); Blue value is 251 (98.44% from 255 or 49.41% from 508); Max value from RGB is 251 - color contains mainly: blue. Hex color #46BBFB is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #46BBFB is #B94404. Grayscale: #9E9E9E. Windows color (decimal): -12141573 or 16497478. OLE color: 16497478.

HSL color Cylindrical-coordinate representation of color #46BBFB: hue angle of 201.22º 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 #46BBFB is Cyan = 0.72, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB70187251-
CMYK0.720.2500.02
HSL201.22º95.77%62.94%-
HSV(B)201.22º72.11%98.43%-
XYZ37.7143.8197.74-
YUV159.31179.7464.3-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 13.78%
GREEN value IS 187 (73.44% from 255) = 36.81%
BLUE value IS 251 (98.44% from 255) = 49.41%
R=13.78%
G=36.81%
B=49.41%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal701872510.720.2500.02201.2295.7762.94
Hex46BBFB481902c9603f
Octal106273373110310231114077
Binary10001101011101111111011100100011001010110010011100000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46BBFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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