Html Css Color HEX #9FE1CC Ice Cold

📋 copy color: '#9FE1CC'

red 159 ◦ green 225 ◦ blue 204

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

Shades of Ice Cold #9FE1CC

Tints of Ice Cold #9FE1CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 34.69%

R = 27.04%
G = 38.27%
B = 34.69%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.09

 K value IS 0.12

RGB Variations

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

Color information

#9FE1CC (or 0x9FE1CC) is known color: Ice Cold. HEX triplet: 9F, E1 and CC. RGB value is (159,225,204). Sum of RGB (Red+Green+Blue) = 159+225+204=588 (77% of max value = 765). Red value is 159 (62.5% from 255 or 27.04% from 588); Green value is 225 (88.28% from 255 or 38.27% from 588); Blue value is 204 (80.08% from 255 or 34.69% from 588); Max value from RGB is 225 - color contains mainly: green. Hex color #9FE1CC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9FE1CC is #601E33. Grayscale: #CACACA. Windows color (decimal): -6299188 or 13427103. OLE color: 13427103.

HSL color Cylindrical-coordinate representation of color #9FE1CC: hue angle of 160.91º 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 #9FE1CC is Cyan = 0.29, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.12.

Color convert

RGB 159 225 204 -
CMYK 0.29 0 0.09 0.12
HSL 160.91º 0.52% 0.75% -
HSV(B) 160.91º 0.29% 0.88% -
XYZ 52.12 65.58 67.04 -
YUV 202.87 128.63 96.71 -
System Red Green Blue C M Y K H S L
Decimal 159 225 204 0.29 0 0.09 0.12 160.91 0.52 0.75
Hex 9F E1 CC 1D 0 9 C A1 34 4B
Octal 237 341 314 35 0 11 14 241 64 113
Binary 10011111 11100001 11001100 11101 0 1001 1100 10100001 110100 1001011

Color Harmonies of #9FE1CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FE1CC

Black with #9FE1CC

Text Example


Text Example

White with #9FE1CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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