Html Css Color HEX #9BE9DB Ice Cold

📋 copy color: '#9BE9DB'

red 155 ◦ green 233 ◦ blue 219

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

Shades of Ice Cold #9BE9DB

Tints of Ice Cold #9BE9DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 36.08%

R = 25.54%
G = 38.39%
B = 36.08%

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

#9BE9DB (or 0x9BE9DB) is known color: Ice Cold. HEX triplet: 9B, E9 and DB. RGB value is (155,233,219). Sum of RGB (Red+Green+Blue) = 155+233+219=607 (80% of max value = 765). Red value is 155 (60.94% from 255 or 25.54% from 607); Green value is 233 (91.41% from 255 or 38.39% from 607); Blue value is 219 (85.94% from 255 or 36.08% from 607); Max value from RGB is 233 - color contains mainly: green. Hex color #9BE9DB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9BE9DB is #641624. Grayscale: #D0D0D0. Windows color (decimal): -6559269 or 14412187. OLE color: 14412187.

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

Color convert

RGB 155 233 219 -
CMYK 0.33 0 0.06 0.09
HSL 169.23º 0.64% 0.76% -
HSV(B) 169.23º 0.33% 0.91% -
XYZ 55.44 70.36 77.68 -
YUV 208.08 134.16 90.14 -
System Red Green Blue C M Y K H S L
Decimal 155 233 219 0.33 0 0.06 0.09 169.23 0.64 0.76
Hex 9B E9 DB 21 0 6 9 A9 40 4C
Octal 233 351 333 41 0 6 11 251 100 114
Binary 10011011 11101001 11011011 100001 0 110 1001 10101001 1000000 1001100

Color Harmonies of #9BE9DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BE9DB

Black with #9BE9DB

Text Example


Text Example

White with #9BE9DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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