#46BBEE

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

Shades of Summer Sky #46BBEE

Tints of Summer Sky #46BBEE

Color information

#46BBEE (or 0x46BBEE) is unknown color: approx Summer Sky. HEX triplet: 46, BB and EE. RGB value is (70,187,238). Sum of RGB (Red+Green+Blue) = 70+187+238=495 (65% of max value = 765). Red value is 70 (27.73% from 255 or 14.14% from 495); Green value is 187 (73.44% from 255 or 37.78% from 495); Blue value is 238 (93.36% from 255 or 48.08% from 495); Max value from RGB is 238 - color contains mainly: blue. Hex color #46BBEE is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #46BBEE is #B94411. Grayscale: #9D9D9D. Windows color (decimal): -12141586 or 15645510. OLE color: 15645510.

HSL color Cylindrical-coordinate representation of color #46BBEE: hue angle of 198.21º degrees, saturation: 0.83, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #46BBEE is Cyan = 0.71, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB70187238-
CMYK0.710.2100.07
HSL198.21º83.17%60.39%-
HSV(B)198.21º70.59%93.33%-
XYZ35.7343.0287.31-
YUV157.83173.2465.35-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 14.14%
GREEN value IS 187 (73.44% from 255) = 37.78%
BLUE value IS 238 (93.36% from 255) = 48.08%
R=14.14%
G=37.78%
B=48.08%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal701872380.710.2100.07198.2183.1760.39
Hex46BBEE471507c6533c
Octal106273356107250730612374
Binary100011010111011111011101000111101010111110001101010011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46BBEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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