#9BEFDD

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

Shades of Ice Cold #9BEFDD

Tints of Ice Cold #9BEFDD

Color information

#9BEFDD (or 0x9BEFDD) is unknown color: approx Ice Cold. HEX triplet: 9B, EF and DD. RGB value is (155,239,221). Sum of RGB (Red+Green+Blue) = 155+239+221=615 (81% of max value = 765). Red value is 155 (60.94% from 255 or 25.20% from 615); Green value is 239 (93.75% from 255 or 38.86% from 615); Blue value is 221 (86.72% from 255 or 35.93% from 615); Max value from RGB is 239 - color contains mainly: green. Hex color #9BEFDD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9BEFDD is #641022. Grayscale: #D3D3D3. Windows color (decimal): -6557731 or 14544795. OLE color: 14544795.

HSL color Cylindrical-coordinate representation of color #9BEFDD: hue angle of 167.14º degrees, saturation: 0.72, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9BEFDD is Cyan = 0.35, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.06.

Color convert

RGB155239221-
CMYK0.3500.080.06
HSL167.14º72.41%77.25%-
HSV(B)167.14º35.15%93.73%-
XYZ57.4473.9279.65-
YUV211.83133.1787.46-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 25.20%
GREEN value IS 239 (93.75% from 255) = 38.86%
BLUE value IS 221 (86.72% from 255) = 35.93%
R=25.20%
G=38.86%
B=35.93%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1552392210.3500.080.06167.1472.4177.25
Hex9BEFDD23086a7484d
Octal233357335430106247110115
Binary100110111110111111011101100011010001101010011110010001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BEFDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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