Html Css Color HEX #B3DFDA Ice Cold

📋 copy color: '#B3DFDA'

red 179 ◦ green 223 ◦ blue 218

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

Shades of Ice Cold #B3DFDA

Tints of Ice Cold #B3DFDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 35.16%

R = 28.87%
G = 35.97%
B = 35.16%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.02

 K value IS 0.13

RGB Variations

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

Color information

#B3DFDA (or 0xB3DFDA) is known color: Ice Cold. HEX triplet: B3, DF and DA. RGB value is (179,223,218). Sum of RGB (Red+Green+Blue) = 179+223+218=620 (82% of max value = 765). Red value is 179 (70.31% from 255 or 28.87% from 620); Green value is 223 (87.5% from 255 or 35.97% from 620); Blue value is 218 (85.55% from 255 or 35.16% from 620); Max value from RGB is 223 - color contains mainly: green. Hex color #B3DFDA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B3DFDA is #4C2025. Grayscale: #D1D1D1. Windows color (decimal): -4988966 or 14344115. OLE color: 14344115.

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

Color convert

RGB 179 223 218 -
CMYK 0.20 0 0.02 0.13
HSL 173.18º 0.41% 0.79% -
HSV(B) 173.18º 0.2% 0.87% -
XYZ 57.63 67.42 76.31 -
YUV 209.27 132.92 106.41 -
System Red Green Blue C M Y K H S L
Decimal 179 223 218 0.20 0 0.02 0.13 173.18 0.41 0.79
Hex B3 DF DA 14 0 2 D AD 29 4F
Octal 263 337 332 24 0 2 15 255 51 117
Binary 10110011 11011111 11011010 10100 0 10 1101 10101101 101001 1001111

Color Harmonies of #B3DFDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3DFDA

Black with #B3DFDA

Text Example


Text Example

White with #B3DFDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3DFDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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