#B3DFD9

Color #B3DFD9 Ice Cold (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Ice Cold #B3DFD9

Tints of Ice Cold #B3DFD9

Color information

#B3DFD9 (or 0xB3DFD9) is unknown color: approx Ice Cold. HEX triplet: B3, DF and D9. RGB value is (179,223,217). Sum of RGB (Red+Green+Blue) = 179+223+217=619 (81% of max value = 765). Red value is 179 (70.31% from 255 or 28.92% from 619); Green value is 223 (87.5% from 255 or 36.03% from 619); Blue value is 217 (85.16% from 255 or 35.06% from 619); Max value from RGB is 223 - color contains mainly: green. Hex color #B3DFD9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B3DFD9 is #4C2026. Grayscale: #D1D1D1. Windows color (decimal): -4988967 or 14278579. OLE color: 14278579.

HSL color Cylindrical-coordinate representation of color #B3DFD9: hue angle of 171.82º degrees, saturation: 0.41, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #B3DFD9 is Cyan = 0.20, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.13.

Color convert

RGB179223217-
CMYK0.2000.030.13
HSL171.82º40.74%78.82%-
HSV(B)171.82º19.73%87.45%-
XYZ57.567.3775.62-
YUV209.16132.42106.49-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 28.92%
GREEN value IS 223 (87.5% from 255) = 36.03%
BLUE value IS 217 (85.16% from 255) = 35.06%
R=28.92%
G=36.03%
B=35.06%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1792232170.2000.030.13171.8240.7478.82
HexB3DFD91403Dac294f
Octal26333733124031525451117
Binary101100111101111111011001101000111101101011001010011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3DFD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3DFD9; }

 p { color: rgb(179,223,217); }

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

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

 a { background-color: rgb(179,223,217); }

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

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

 span { border-color: rgb(179,223,217); }

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