Html Css Color HEX #B1E4DF Ice Cold

📋 copy color: '#B1E4DF'

red 177 ◦ green 228 ◦ blue 223

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

Shades of Ice Cold #B1E4DF

Tints of Ice Cold #B1E4DF

RGB

 RED value IS 177 (69.53% from 255) = 28.18%

 GREEN value IS 228 (89.45% from 255) = 36.31%

 BLUE value IS 223 (87.5% from 255) = 35.51%

R = 28.18%
G = 36.31%
B = 35.51%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.02

 K value IS 0.11

RGB Variations

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

Color information

#B1E4DF (or 0xB1E4DF) is known color: Ice Cold. HEX triplet: B1, E4 and DF. RGB value is (177,228,223). Sum of RGB (Red+Green+Blue) = 177+228+223=628 (83% of max value = 765). Red value is 177 (69.53% from 255 or 28.18% from 628); Green value is 228 (89.45% from 255 or 36.31% from 628); Blue value is 223 (87.5% from 255 or 35.51% from 628); Max value from RGB is 228 - color contains mainly: green. Hex color #B1E4DF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B1E4DF is #4E1B20. Grayscale: #D4D4D4. Windows color (decimal): -5118753 or 14673073. OLE color: 14673073.

HSL color Cylindrical-coordinate representation of color #B1E4DF: hue angle of 174.12º degrees, saturation: 0.49, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B1E4DF is Cyan = 0.22, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.11.

Color convert

RGB 177 228 223 -
CMYK 0.22 0 0.02 0.11
HSL 174.12º 0.49% 0.79% -
HSV(B) 174.12º 0.22% 0.89% -
XYZ 59.19 70.16 80.23 -
YUV 212.18 134.1 102.91 -
System Red Green Blue C M Y K H S L
Decimal 177 228 223 0.22 0 0.02 0.11 174.12 0.49 0.79
Hex B1 E4 DF 16 0 2 B AE 31 4F
Octal 261 344 337 26 0 2 13 256 61 117
Binary 10110001 11100100 11011111 10110 0 10 1011 10101110 110001 1001111

Color Harmonies of #B1E4DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1E4DF

Black with #B1E4DF

Text Example


Text Example

White with #B1E4DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1E4DF; }

 p { color: rgb(177,228,223); }

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

background-color css

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

 a { background-color: rgb(177,228,223); }

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

border-color css

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

 span { border-color: rgb(177,228,223); }

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