#9BEBDC

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

Shades of Ice Cold #9BEBDC

Tints of Ice Cold #9BEBDC

Color information

#9BEBDC (or 0x9BEBDC) is unknown color: approx Ice Cold. HEX triplet: 9B, EB and DC. RGB value is (155,235,220). Sum of RGB (Red+Green+Blue) = 155+235+220=610 (80% of max value = 765). Red value is 155 (60.94% from 255 or 25.41% from 610); Green value is 235 (92.19% from 255 or 38.52% from 610); Blue value is 220 (86.33% from 255 or 36.07% from 610); Max value from RGB is 235 - color contains mainly: green. Hex color #9BEBDC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9BEBDC is #641423. Grayscale: #D1D1D1. Windows color (decimal): -6558756 or 14478235. OLE color: 14478235.

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

Color convert

RGB155235220-
CMYK0.3400.060.08
HSL168.75º66.67%76.47%-
HSV(B)168.75º34.04%92.16%-
XYZ56.1471.5578.56-
YUV209.3713489.22-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 25.41%
GREEN value IS 235 (92.19% from 255) = 38.52%
BLUE value IS 220 (86.33% from 255) = 36.07%
R=25.41%
G=38.52%
B=36.07%

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
Decimal1552352200.3400.060.08168.7566.6776.47
Hex9BEBDC22068a9434c
Octal233353334420610251103114
Binary100110111110101111011100100010011010001010100110000111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BEBDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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