Html Css Color HEX #9BE9DC Ice Cold

📋 copy color: '#9BE9DC'

red 155 ◦ green 233 ◦ blue 220

#9BE9DC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Ice Cold #9BE9DC

Tints of Ice Cold #9BE9DC

RGB

 RED value IS 155 (60.94% from 255) = 25.49%

 GREEN value IS 233 (91.41% from 255) = 38.32%

 BLUE value IS 220 (86.33% from 255) = 36.18%

R = 25.49%
G = 38.32%
B = 36.18%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.06

 K value IS 0.09

RGB Variations

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

Color information

#9BE9DC (or 0x9BE9DC) is known color: Ice Cold. HEX triplet: 9B, E9 and DC. RGB value is (155,233,220). Sum of RGB (Red+Green+Blue) = 155+233+220=608 (80% of max value = 765). Red value is 155 (60.94% from 255 or 25.49% from 608); Green value is 233 (91.41% from 255 or 38.32% from 608); Blue value is 220 (86.33% from 255 or 36.18% from 608); Max value from RGB is 233 - color contains mainly: green. Hex color #9BE9DC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9BE9DC is #641623. Grayscale: #D0D0D0. Windows color (decimal): -6559268 or 14477723. OLE color: 14477723.

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

Color convert

RGB 155 233 220 -
CMYK 0.33 0 0.06 0.09
HSL 170º 0.64% 0.76% -
HSV(B) 170º 0.33% 0.91% -
XYZ 55.57 70.41 78.37 -
YUV 208.2 134.66 90.06 -
System Red Green Blue C M Y K H S L
Decimal 155 233 220 0.33 0 0.06 0.09 170 0.64 0.76
Hex 9B E9 DC 21 0 6 9 AA 40 4C
Octal 233 351 334 41 0 6 11 252 100 114
Binary 10011011 11101001 11011100 100001 0 110 1001 10101010 1000000 1001100

Color Harmonies of #9BE9DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BE9DC

Black with #9BE9DC

Text Example


Text Example

White with #9BE9DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #9BE9DC;
 }
 .AnyTagClassName
 {
   color: #9BE9DC;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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