#9BE2D0

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

Shades of Ice Cold #9BE2D0

Tints of Ice Cold #9BE2D0

Color information

#9BE2D0 (or 0x9BE2D0) is unknown color: approx Ice Cold. HEX triplet: 9B, E2 and D0. RGB value is (155,226,208). Sum of RGB (Red+Green+Blue) = 155+226+208=589 (78% of max value = 765). Red value is 155 (60.94% from 255 or 26.32% from 589); Green value is 226 (88.67% from 255 or 38.37% from 589); Blue value is 208 (81.64% from 255 or 35.31% from 589); Max value from RGB is 226 - color contains mainly: green. Hex color #9BE2D0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9BE2D0 is #641D2F. Grayscale: #CACACA. Windows color (decimal): -6561072 or 13689499. OLE color: 13689499.

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

Color convert

RGB155226208-
CMYK0.3100.080.11
HSL164.79º55.04%74.71%-
HSV(B)164.79º31.42%88.63%-
XYZ52.165.9269.65-
YUV202.72130.9893.96-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 26.32%
GREEN value IS 226 (88.67% from 255) = 38.37%
BLUE value IS 208 (81.64% from 255) = 35.31%
R=26.32%
G=38.37%
B=35.31%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1552262080.3100.080.11164.7955.0474.71
Hex9BE2D01F08Ba5374b
Octal233342320370101324567113
Binary10011011111000101101000011111010001011101001011101111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BE2D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,226,208); }

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

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

 a { background-color: rgb(155,226,208); }

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

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

 span { border-color: rgb(155,226,208); }

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