Html Css Color HEX #B3E3DF Ice Cold

📋 copy color: '#B3E3DF'

red 179 ◦ green 227 ◦ blue 223

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

Shades of Ice Cold #B3E3DF

Tints of Ice Cold #B3E3DF

RGB

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

 GREEN value IS 227 (89.06% from 255) = 36.09%

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

R = 28.46%
G = 36.09%
B = 35.45%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.02

 K value IS 0.11

RGB Variations

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

Color information

#B3E3DF (or 0xB3E3DF) is known color: Ice Cold. HEX triplet: B3, E3 and DF. RGB value is (179,227,223). Sum of RGB (Red+Green+Blue) = 179+227+223=629 (83% of max value = 765). Red value is 179 (70.31% from 255 or 28.46% from 629); Green value is 227 (89.06% from 255 or 36.09% from 629); Blue value is 223 (87.5% from 255 or 35.45% from 629); Max value from RGB is 227 - color contains mainly: green. Hex color #B3E3DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B3E3DF is #4C1C20. Grayscale: #D4D4D4. Windows color (decimal): -4987937 or 14672819. OLE color: 14672819.

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

Color convert

RGB 179 227 223 -
CMYK 0.21 0 0.02 0.11
HSL 175º 0.46% 0.8% -
HSV(B) 175º 0.21% 0.89% -
XYZ 59.38 69.85 80.16 -
YUV 212.19 134.1 104.33 -
System Red Green Blue C M Y K H S L
Decimal 179 227 223 0.21 0 0.02 0.11 175 0.46 0.8
Hex B3 E3 DF 15 0 2 B AF 2E 50
Octal 263 343 337 25 0 2 13 257 56 120
Binary 10110011 11100011 11011111 10101 0 10 1011 10101111 101110 1010000

Color Harmonies of #B3E3DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3E3DF

Black with #B3E3DF

Text Example


Text Example

White with #B3E3DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3E3DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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