Html Css Color HEX #9FE1CE Ice Cold

📋 copy color: '#9FE1CE'

red 159 ◦ green 225 ◦ blue 206

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

Shades of Ice Cold #9FE1CE

Tints of Ice Cold #9FE1CE

RGB

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

 GREEN value IS 225 (88.28% from 255) = 38.14%

 BLUE value IS 206 (80.86% from 255) = 34.92%

R = 26.95%
G = 38.14%
B = 34.92%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.08

 K value IS 0.12

RGB Variations

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

Color information

#9FE1CE (or 0x9FE1CE) is known color: Ice Cold. HEX triplet: 9F, E1 and CE. RGB value is (159,225,206). Sum of RGB (Red+Green+Blue) = 159+225+206=590 (78% of max value = 765). Red value is 159 (62.5% from 255 or 26.95% from 590); Green value is 225 (88.28% from 255 or 38.14% from 590); Blue value is 206 (80.86% from 255 or 34.92% from 590); Max value from RGB is 225 - color contains mainly: green. Hex color #9FE1CE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9FE1CE is #601E31. Grayscale: #CBCBCB. Windows color (decimal): -6299186 or 13558175. OLE color: 13558175.

HSL color Cylindrical-coordinate representation of color #9FE1CE: hue angle of 162.73º degrees, saturation: 0.52, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9FE1CE is Cyan = 0.29, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.12.

Color convert

RGB 159 225 206 -
CMYK 0.29 0 0.08 0.12
HSL 162.73º 0.52% 0.75% -
HSV(B) 162.73º 0.29% 0.88% -
XYZ 52.36 65.68 68.31 -
YUV 203.1 129.63 96.54 -
System Red Green Blue C M Y K H S L
Decimal 159 225 206 0.29 0 0.08 0.12 162.73 0.52 0.75
Hex 9F E1 CE 1D 0 8 C A3 34 4B
Octal 237 341 316 35 0 10 14 243 64 113
Binary 10011111 11100001 11001110 11101 0 1000 1100 10100011 110100 1001011

Color Harmonies of #9FE1CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FE1CE

Black with #9FE1CE

Text Example


Text Example

White with #9FE1CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,225,206); }

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

background-color css

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

 a { background-color: rgb(159,225,206); }

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

border-color css

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

 span { border-color: rgb(159,225,206); }

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