#9BE7D2

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

Shades of Ice Cold #9BE7D2

Tints of Ice Cold #9BE7D2

Color information

#9BE7D2 (or 0x9BE7D2) is unknown color: approx Ice Cold. HEX triplet: 9B, E7 and D2. RGB value is (155,231,210). Sum of RGB (Red+Green+Blue) = 155+231+210=596 (78% of max value = 765). Red value is 155 (60.94% from 255 or 26.01% from 596); Green value is 231 (90.62% from 255 or 38.76% from 596); Blue value is 210 (82.42% from 255 or 35.23% from 596); Max value from RGB is 231 - color contains mainly: green. Hex color #9BE7D2 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9BE7D2 is #64182D. Grayscale: #CDCDCD. Windows color (decimal): -6559790 or 13821851. OLE color: 13821851.

HSL color Cylindrical-coordinate representation of color #9BE7D2: hue angle of 163.42º degrees, saturation: 0.61, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9BE7D2 is Cyan = 0.33, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.09.

Color convert

RGB155231210-
CMYK0.3300.090.09
HSL163.42º61.29%75.69%-
HSV(B)163.42º32.9%90.59%-
XYZ53.7368.7771.42-
YUV205.88130.3291.71-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 26.01%
GREEN value IS 231 (90.62% from 255) = 38.76%
BLUE value IS 210 (82.42% from 255) = 35.23%
R=26.01%
G=38.76%
B=35.23%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1552312100.3300.090.09163.4261.2975.69
Hex9BE7D221099a33d4c
Octal233347322410111124375114
Binary100110111110011111010010100001010011001101000111111011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BE7D2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,231,210); }

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

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

 a { background-color: rgb(155,231,210); }

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

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

 span { border-color: rgb(155,231,210); }

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