#9BE7DF

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

Shades of Ice Cold #9BE7DF

Tints of Ice Cold #9BE7DF

Color information

#9BE7DF (or 0x9BE7DF) is unknown color: approx Ice Cold. HEX triplet: 9B, E7 and DF. RGB value is (155,231,223). Sum of RGB (Red+Green+Blue) = 155+231+223=609 (80% of max value = 765). Red value is 155 (60.94% from 255 or 25.45% from 609); Green value is 231 (90.62% from 255 or 37.93% from 609); Blue value is 223 (87.5% from 255 or 36.62% from 609); Max value from RGB is 231 - color contains mainly: green. Hex color #9BE7DF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9BE7DF is #641820. Grayscale: #CFCFCF. Windows color (decimal): -6559777 or 14673819. OLE color: 14673819.

HSL color Cylindrical-coordinate representation of color #9BE7DF: hue angle of 173.68º 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 #9BE7DF is Cyan = 0.33, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.09.

Color convert

RGB155231223-
CMYK0.3300.030.09
HSL173.68º61.29%75.69%-
HSV(B)173.68º32.9%90.59%-
XYZ55.4169.4580.3-
YUV207.36136.8290.65-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 25.45%
GREEN value IS 231 (90.62% from 255) = 37.93%
BLUE value IS 223 (87.5% from 255) = 36.62%
R=25.45%
G=37.93%
B=36.62%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1552312230.3300.030.09173.6861.2975.69
Hex9BE7DF21039ae3d4c
Octal23334733741031125675114
Binary1001101111100111110111111000010111001101011101111011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BE7DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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