Html Css Color HEX #9FEEDB Ice Cold

📋 copy color: '#9FEEDB'

red 159 ◦ green 238 ◦ blue 219

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

Shades of Ice Cold #9FEEDB

Tints of Ice Cold #9FEEDB

RGB

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

 GREEN value IS 238 (93.36% from 255) = 38.64%

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

R = 25.81%
G = 38.64%
B = 35.55%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.08

 K value IS 0.07

RGB Variations

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

Color information

#9FEEDB (or 0x9FEEDB) is known color: Ice Cold. HEX triplet: 9F, EE and DB. RGB value is (159,238,219). Sum of RGB (Red+Green+Blue) = 159+238+219=616 (81% of max value = 765). Red value is 159 (62.5% from 255 or 25.81% from 616); Green value is 238 (93.36% from 255 or 38.64% from 616); Blue value is 219 (85.94% from 255 or 35.55% from 616); Max value from RGB is 238 - color contains mainly: green. Hex color #9FEEDB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9FEEDB is #601124. Grayscale: #D4D4D4. Windows color (decimal): -6295845 or 14413471. OLE color: 14413471.

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

Color convert

RGB 159 238 219 -
CMYK 0.33 0 0.08 0.07
HSL 165.57º 0.7% 0.78% -
HSV(B) 165.57º 0.33% 0.93% -
XYZ 57.66 73.63 78.19 -
YUV 212.21 131.83 90.04 -
System Red Green Blue C M Y K H S L
Decimal 159 238 219 0.33 0 0.08 0.07 165.57 0.7 0.78
Hex 9F EE DB 21 0 8 7 A6 46 4E
Octal 237 356 333 41 0 10 7 246 106 116
Binary 10011111 11101110 11011011 100001 0 1000 111 10100110 1000110 1001110

Color Harmonies of #9FEEDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FEEDB

Black with #9FEEDB

Text Example


Text Example

White with #9FEEDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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