#9BEBDB

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

Shades of Ice Cold #9BEBDB

Tints of Ice Cold #9BEBDB

Color information

#9BEBDB (or 0x9BEBDB) is unknown color: approx Ice Cold. HEX triplet: 9B, EB and DB. RGB value is (155,235,219). Sum of RGB (Red+Green+Blue) = 155+235+219=609 (80% of max value = 765). Red value is 155 (60.94% from 255 or 25.45% from 609); Green value is 235 (92.19% from 255 or 38.59% from 609); Blue value is 219 (85.94% from 255 or 35.96% from 609); Max value from RGB is 235 - color contains mainly: green. Hex color #9BEBDB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9BEBDB is #641424. Grayscale: #D1D1D1. Windows color (decimal): -6558757 or 14412699. OLE color: 14412699.

HSL color Cylindrical-coordinate representation of color #9BEBDB: hue angle of 168º degrees, saturation: 0.67, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9BEBDB is Cyan = 0.34, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.08.

Color convert

RGB155235219-
CMYK0.3400.070.08
HSL168º66.67%76.47%-
HSV(B)168º34.04%92.16%-
XYZ56.0171.577.87-
YUV209.26133.589.3-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 25.45%
GREEN value IS 235 (92.19% from 255) = 38.59%
BLUE value IS 219 (85.94% from 255) = 35.96%
R=25.45%
G=38.59%
B=35.96%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1552352190.3400.070.0816866.6776.47
Hex9BEBDB22078a8434c
Octal233353333420710250103114
Binary100110111110101111011011100010011110001010100010000111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BEBDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,235,219); }

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

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

 a { background-color: rgb(155,235,219); }

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

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

 span { border-color: rgb(155,235,219); }

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