Html Css Color HEX #B3DED7 Ice Cold

📋 copy color: '#B3DED7'

red 179 ◦ green 222 ◦ blue 215

#B3DED7
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Ice Cold #B3DED7

Tints of Ice Cold #B3DED7

RGB

 RED value IS 179 (70.31% from 255) = 29.06%

 GREEN value IS 222 (87.11% from 255) = 36.04%

 BLUE value IS 215 (84.38% from 255) = 34.9%

R = 29.06%
G = 36.04%
B = 34.9%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.03

 K value IS 0.13

RGB Variations

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

Color information

#B3DED7 (or 0xB3DED7) is known color: Ice Cold. HEX triplet: B3, DE and D7. RGB value is (179,222,215). Sum of RGB (Red+Green+Blue) = 179+222+215=616 (81% of max value = 765). Red value is 179 (70.31% from 255 or 29.06% from 616); Green value is 222 (87.11% from 255 or 36.04% from 616); Blue value is 215 (84.38% from 255 or 34.90% from 616); Max value from RGB is 222 - color contains mainly: green. Hex color #B3DED7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B3DED7 is #4C2128. Grayscale: #D0D0D0. Windows color (decimal): -4989225 or 14147251. OLE color: 14147251.

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

Color convert

RGB 179 222 215 -
CMYK 0.19 0 0.03 0.13
HSL 170.23º 0.39% 0.79% -
HSV(B) 170.23º 0.19% 0.87% -
XYZ 56.98 66.73 74.17 -
YUV 208.35 131.75 107.07 -
System Red Green Blue C M Y K H S L
Decimal 179 222 215 0.19 0 0.03 0.13 170.23 0.39 0.79
Hex B3 DE D7 13 0 3 D AA 27 4F
Octal 263 336 327 23 0 3 15 252 47 117
Binary 10110011 11011110 11010111 10011 0 11 1101 10101010 100111 1001111

Color Harmonies of #B3DED7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3DED7

Black with #B3DED7

Text Example


Text Example

White with #B3DED7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3DED7; }

 p { color: rgb(179,222,215); }

 H1.HeaderClassName
 {
   color: #B3DED7;
 }
 .AnyTagClassName
 {
   color: #B3DED7;
 }
</style>

background-color css

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

 a { background-color: rgb(179,222,215); }

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

border-color css

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

 span { border-color: rgb(179,222,215); }

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