Html Css Color HEX #9FEFDB Ice Cold

📋 copy color: '#9FEFDB'

red 159 ◦ green 239 ◦ blue 219

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

Shades of Ice Cold #9FEFDB

Tints of Ice Cold #9FEFDB

RGB

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

 GREEN value IS 239 (93.75% from 255) = 38.74%

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

R = 25.77%
G = 38.74%
B = 35.49%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.08

 K value IS 0.06

RGB Variations

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

Color information

#9FEFDB (or 0x9FEFDB) is known color: Ice Cold. HEX triplet: 9F, EF and DB. RGB value is (159,239,219). Sum of RGB (Red+Green+Blue) = 159+239+219=617 (81% of max value = 765). Red value is 159 (62.5% from 255 or 25.77% from 617); Green value is 239 (93.75% from 255 or 38.74% from 617); Blue value is 219 (85.94% from 255 or 35.49% from 617); Max value from RGB is 239 - color contains mainly: green. Hex color #9FEFDB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9FEFDB is #601024. Grayscale: #D4D4D4. Windows color (decimal): -6295589 or 14413727. OLE color: 14413727.

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

Color convert

RGB 159 239 219 -
CMYK 0.33 0 0.08 0.06
HSL 165º 0.71% 0.78% -
HSV(B) 165º 0.33% 0.94% -
XYZ 57.95 74.22 78.29 -
YUV 212.8 131.5 89.63 -
System Red Green Blue C M Y K H S L
Decimal 159 239 219 0.33 0 0.08 0.06 165 0.71 0.78
Hex 9F EF DB 21 0 8 6 A5 47 4E
Octal 237 357 333 41 0 10 6 245 107 116
Binary 10011111 11101111 11011011 100001 0 1000 110 10100101 1000111 1001110

Color Harmonies of #9FEFDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FEFDB

Black with #9FEFDB

Text Example


Text Example

White with #9FEFDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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