Html Css Color HEX #9FEFE0 Ice Cold

📋 copy color: '#9FEFE0'

red 159 ◦ green 239 ◦ blue 224

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

Shades of Ice Cold #9FEFE0

Tints of Ice Cold #9FEFE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 36.01%

R = 25.56%
G = 38.42%
B = 36.01%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.06

 K value IS 0.06

RGB Variations

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

Color information

#9FEFE0 (or 0x9FEFE0) is known color: Ice Cold. HEX triplet: 9F, EF and E0. RGB value is (159,239,224). Sum of RGB (Red+Green+Blue) = 159+239+224=622 (82% of max value = 765). Red value is 159 (62.5% from 255 or 25.56% from 622); Green value is 239 (93.75% from 255 or 38.42% from 622); Blue value is 224 (87.89% from 255 or 36.01% from 622); Max value from RGB is 239 - color contains mainly: green. Hex color #9FEFE0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9FEFE0 is #60101F. Grayscale: #D5D5D5. Windows color (decimal): -6295584 or 14741407. OLE color: 14741407.

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

Color convert

RGB 159 239 224 -
CMYK 0.33 0 0.06 0.06
HSL 168.75º 0.71% 0.78% -
HSV(B) 168.75º 0.33% 0.94% -
XYZ 58.62 74.49 81.81 -
YUV 213.37 134 89.22 -
System Red Green Blue C M Y K H S L
Decimal 159 239 224 0.33 0 0.06 0.06 168.75 0.71 0.78
Hex 9F EF E0 21 0 6 6 A9 47 4E
Octal 237 357 340 41 0 6 6 251 107 116
Binary 10011111 11101111 11100000 100001 0 110 110 10101001 1000111 1001110

Color Harmonies of #9FEFE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FEFE0

Black with #9FEFE0

Text Example


Text Example

White with #9FEFE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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