#9BEBDD

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

Shades of Ice Cold #9BEBDD

Tints of Ice Cold #9BEBDD

Color information

#9BEBDD (or 0x9BEBDD) is unknown color: approx Ice Cold. HEX triplet: 9B, EB and DD. RGB value is (155,235,221). Sum of RGB (Red+Green+Blue) = 155+235+221=611 (80% of max value = 765). Red value is 155 (60.94% from 255 or 25.37% from 611); Green value is 235 (92.19% from 255 or 38.46% from 611); Blue value is 221 (86.72% from 255 or 36.17% from 611); Max value from RGB is 235 - color contains mainly: green. Hex color #9BEBDD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9BEBDD is #641422. Grayscale: #D1D1D1. Windows color (decimal): -6558755 or 14543771. OLE color: 14543771.

HSL color Cylindrical-coordinate representation of color #9BEBDD: hue angle of 169.5º 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 #9BEBDD is Cyan = 0.34, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.08.

Color convert

RGB155235221-
CMYK0.3400.060.08
HSL169.5º66.67%76.47%-
HSV(B)169.5º34.04%92.16%-
XYZ56.2871.6179.26-
YUV209.48134.589.14-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 25.37%
GREEN value IS 235 (92.19% from 255) = 38.46%
BLUE value IS 221 (86.72% from 255) = 36.17%
R=25.37%
G=38.46%
B=36.17%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1552352210.3400.060.08169.566.6776.47
Hex9BEBDD22068aa434c
Octal233353335420610252103114
Binary100110111110101111011101100010011010001010101010000111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BEBDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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