Html Css Color HEX #B0E5DB Ice Cold

📋 copy color: '#B0E5DB'

red 176 ◦ green 229 ◦ blue 219

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

Shades of Ice Cold #B0E5DB

Tints of Ice Cold #B0E5DB

RGB

 RED value IS 176 (69.14% from 255) = 28.21%

 GREEN value IS 229 (89.84% from 255) = 36.7%

 BLUE value IS 219 (85.94% from 255) = 35.1%

R = 28.21%
G = 36.7%
B = 35.1%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.04

 K value IS 0.10

RGB Variations

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

Color information

#B0E5DB (or 0xB0E5DB) is known color: Ice Cold. HEX triplet: B0, E5 and DB. RGB value is (176,229,219). Sum of RGB (Red+Green+Blue) = 176+229+219=624 (82% of max value = 765). Red value is 176 (69.14% from 255 or 28.21% from 624); Green value is 229 (89.84% from 255 or 36.70% from 624); Blue value is 219 (85.94% from 255 or 35.10% from 624); Max value from RGB is 229 - color contains mainly: green. Hex color #B0E5DB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B0E5DB is #4F1A24. Grayscale: #D3D3D3. Windows color (decimal): -5184037 or 14411184. OLE color: 14411184.

HSL color Cylindrical-coordinate representation of color #B0E5DB: hue angle of 168.68º degrees, saturation: 0.5, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B0E5DB is Cyan = 0.23, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.10.

Color convert

RGB 176 229 219 -
CMYK 0.23 0 0.04 0.10
HSL 168.68º 0.5% 0.79% -
HSV(B) 168.68º 0.23% 0.9% -
XYZ 58.71 70.38 77.51 -
YUV 212.01 131.94 102.31 -
System Red Green Blue C M Y K H S L
Decimal 176 229 219 0.23 0 0.04 0.10 168.68 0.5 0.79
Hex B0 E5 DB 17 0 4 A A9 32 4F
Octal 260 345 333 27 0 4 12 251 62 117
Binary 10110000 11100101 11011011 10111 0 100 1010 10101001 110010 1001111

Color Harmonies of #B0E5DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0E5DB

Black with #B0E5DB

Text Example


Text Example

White with #B0E5DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0E5DB; }

 p { color: rgb(176,229,219); }

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

background-color css

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

 a { background-color: rgb(176,229,219); }

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

border-color css

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

 span { border-color: rgb(176,229,219); }

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