Html Css Color HEX #9FE6DB Ice Cold

📋 copy color: '#9FE6DB'

red 159 ◦ green 230 ◦ blue 219

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

Shades of Ice Cold #9FE6DB

Tints of Ice Cold #9FE6DB

RGB

 RED value IS 159 (62.5% from 255) = 26.15%

 GREEN value IS 230 (90.23% from 255) = 37.83%

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

R = 26.15%
G = 37.83%
B = 36.02%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.05

 K value IS 0.10

RGB Variations

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

Color information

#9FE6DB (or 0x9FE6DB) is known color: Ice Cold. HEX triplet: 9F, E6 and DB. RGB value is (159,230,219). Sum of RGB (Red+Green+Blue) = 159+230+219=608 (80% of max value = 765). Red value is 159 (62.5% from 255 or 26.15% from 608); Green value is 230 (90.23% from 255 or 37.83% from 608); Blue value is 219 (85.94% from 255 or 36.02% from 608); Max value from RGB is 230 - color contains mainly: green. Hex color #9FE6DB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9FE6DB is #601924. Grayscale: #CFCFCF. Windows color (decimal): -6297893 or 14411423. OLE color: 14411423.

HSL color Cylindrical-coordinate representation of color #9FE6DB: hue angle of 170.7º degrees, saturation: 0.59, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #9FE6DB is Cyan = 0.31, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.10.

Color convert

RGB 159 230 219 -
CMYK 0.31 0 0.05 0.10
HSL 170.7º 0.59% 0.76% -
HSV(B) 170.7º 0.31% 0.9% -
XYZ 55.38 69.08 77.43 -
YUV 207.52 134.48 93.39 -
System Red Green Blue C M Y K H S L
Decimal 159 230 219 0.31 0 0.05 0.10 170.7 0.59 0.76
Hex 9F E6 DB 1F 0 5 A AB 3B 4C
Octal 237 346 333 37 0 5 12 253 73 114
Binary 10011111 11100110 11011011 11111 0 101 1010 10101011 111011 1001100

Color Harmonies of #9FE6DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FE6DB

Black with #9FE6DB

Text Example


Text Example

White with #9FE6DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,230,219); }

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

background-color css

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

 a { background-color: rgb(159,230,219); }

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

border-color css

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

 span { border-color: rgb(159,230,219); }

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