#9BE3D1

Color #9BE3D1 Ice Cold (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Ice Cold #9BE3D1

Tints of Ice Cold #9BE3D1

Color information

#9BE3D1 (or 0x9BE3D1) is unknown color: approx Ice Cold. HEX triplet: 9B, E3 and D1. RGB value is (155,227,209). Sum of RGB (Red+Green+Blue) = 155+227+209=591 (78% of max value = 765). Red value is 155 (60.94% from 255 or 26.23% from 591); Green value is 227 (89.06% from 255 or 38.41% from 591); Blue value is 209 (82.03% from 255 or 35.36% from 591); Max value from RGB is 227 - color contains mainly: green. Hex color #9BE3D1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9BE3D1 is #641C2E. Grayscale: #CBCBCB. Windows color (decimal): -6560815 or 13755291. OLE color: 13755291.

HSL color Cylindrical-coordinate representation of color #9BE3D1: hue angle of 165º degrees, saturation: 0.56, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #9BE3D1 is Cyan = 0.32, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.11.

Color convert

RGB155227209-
CMYK0.3200.080.11
HSL165º56.25%74.9%-
HSV(B)165º31.72%89.02%-
XYZ52.566.5170.39-
YUV203.42131.1593.46-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 26.23%
GREEN value IS 227 (89.06% from 255) = 38.41%
BLUE value IS 209 (82.03% from 255) = 35.36%
R=26.23%
G=38.41%
B=35.36%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1552272090.3200.080.1116556.2574.9
Hex9BE3D12008Ba5384b
Octal233343321400101324570113
Binary100110111110001111010001100000010001011101001011110001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BE3D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9BE3D1; }

 p { color: rgb(155,227,209); }

 H1.HeaderClassName
 {
   color: #9BE3D1;
 }
 .AnyTagClassName
 {
   color: #9BE3D1;
 }
</style>
background-color css

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

 a { background-color: rgb(155,227,209); }

 div.DivClassName
 {
   background-color: #9BE3D1;
 }
 .BgClassName
 {
   background-color: #9BE3D1;
 }
</style>
border-color css

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

 span { border-color: rgb(155,227,209); }

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