#B0DFEB

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

Shades of Powder Blue #B0DFEB

Tints of Powder Blue #B0DFEB

Color information

#B0DFEB (or 0xB0DFEB) is unknown color: approx Powder Blue. HEX triplet: B0, DF and EB. RGB value is (176,223,235). Sum of RGB (Red+Green+Blue) = 176+223+235=634 (83% of max value = 765). Red value is 176 (69.14% from 255 or 27.76% from 634); Green value is 223 (87.5% from 255 or 35.17% from 634); Blue value is 235 (92.19% from 255 or 37.07% from 634); Max value from RGB is 235 - color contains mainly: blue. Hex color #B0DFEB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B0DFEB is #4F2014. Grayscale: #D2D2D2. Windows color (decimal): -5185557 or 15458224. OLE color: 15458224.

HSL color Cylindrical-coordinate representation of color #B0DFEB: hue angle of 192.2º degrees, saturation: 0.6, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B0DFEB is Cyan = 0.25, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB176223235-
CMYK0.250.0500.08
HSL192.2º59.6%80.59%-
HSV(B)192.2º25.11%92.16%-
XYZ59.296888.6-
YUV210.31141.93103.52-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 27.76%
GREEN value IS 223 (87.5% from 255) = 35.17%
BLUE value IS 235 (92.19% from 255) = 37.07%
R=27.76%
G=35.17%
B=37.07%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1762232350.250.0500.08192.259.680.59
HexB0DFEB19508c03c51
Octal26033735331501030074121
Binary1011000011011111111010111100110101000110000001111001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0DFEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0DFEB; }

 p { color: rgb(176,223,235); }

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

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

 a { background-color: rgb(176,223,235); }

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

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

 span { border-color: rgb(176,223,235); }

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