#B0E6EF

Color #B0E6EF Powder Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Powder Blue #B0E6EF

Tints of Powder Blue #B0E6EF

Color information

#B0E6EF (or 0xB0E6EF) is unknown color: approx Powder Blue. HEX triplet: B0, E6 and EF. RGB value is (176,230,239). Sum of RGB (Red+Green+Blue) = 176+230+239=645 (85% of max value = 765). Red value is 176 (69.14% from 255 or 27.29% from 645); Green value is 230 (90.23% from 255 or 35.66% from 645); Blue value is 239 (93.75% from 255 or 37.05% from 645); Max value from RGB is 239 - color contains mainly: blue. Hex color #B0E6EF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #B0E6EF is #4F1910. Grayscale: #D6D6D6. Windows color (decimal): -5183761 or 15722160. OLE color: 15722160.

HSL color Cylindrical-coordinate representation of color #B0E6EF: hue angle of 188.57º degrees, saturation: 0.66, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B0E6EF is Cyan = 0.26, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB176230239-
CMYK0.260.0400.06
HSL188.57º66.32%81.37%-
HSV(B)188.57º26.36%93.73%-
XYZ61.7872.0692.31-
YUV214.88141.61100.27-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 27.29%
GREEN value IS 230 (90.23% from 255) = 35.66%
BLUE value IS 239 (93.75% from 255) = 37.05%
R=27.29%
G=35.66%
B=37.05%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1762302390.260.0400.06188.5766.3281.37
HexB0E6EF1A406bd4251
Octal26034635732406275102121
Binary1011000011100110111011111101010001101011110110000101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0E6EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0E6EF; }

 p { color: rgb(176,230,239); }

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

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

 a { background-color: rgb(176,230,239); }

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

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

 span { border-color: rgb(176,230,239); }

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