Html Css Color HEX #B3DFD6 Ice Cold

📋 copy color: '#B3DFD6'

red 179 ◦ green 223 ◦ blue 214

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

Shades of Ice Cold #B3DFD6

Tints of Ice Cold #B3DFD6

RGB

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

 GREEN value IS 223 (87.5% from 255) = 36.2%

 BLUE value IS 214 (83.98% from 255) = 34.74%

R = 29.06%
G = 36.2%
B = 34.74%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.04

 K value IS 0.13

RGB Variations

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

Color information

#B3DFD6 (or 0xB3DFD6) is known color: Ice Cold. HEX triplet: B3, DF and D6. RGB value is (179,223,214). Sum of RGB (Red+Green+Blue) = 179+223+214=616 (81% of max value = 765). Red value is 179 (70.31% from 255 or 29.06% from 616); Green value is 223 (87.5% from 255 or 36.20% from 616); Blue value is 214 (83.98% from 255 or 34.74% from 616); Max value from RGB is 223 - color contains mainly: green. Hex color #B3DFD6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B3DFD6 is #4C2029. Grayscale: #D0D0D0. Windows color (decimal): -4988970 or 14081971. OLE color: 14081971.

HSL color Cylindrical-coordinate representation of color #B3DFD6: hue angle of 167.73º 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 #B3DFD6 is Cyan = 0.20, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.13.

Color convert

RGB 179 223 214 -
CMYK 0.20 0 0.04 0.13
HSL 167.73º 0.41% 0.79% -
HSV(B) 167.73º 0.2% 0.87% -
XYZ 57.12 67.21 73.58 -
YUV 208.82 130.92 106.73 -
System Red Green Blue C M Y K H S L
Decimal 179 223 214 0.20 0 0.04 0.13 167.73 0.41 0.79
Hex B3 DF D6 14 0 4 D A8 29 4F
Octal 263 337 326 24 0 4 15 250 51 117
Binary 10110011 11011111 11010110 10100 0 100 1101 10101000 101001 1001111

Color Harmonies of #B3DFD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3DFD6

Black with #B3DFD6

Text Example


Text Example

White with #B3DFD6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3DFD6; }

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

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

background-color css

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

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

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

border-color css

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

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

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