Html Css Color HEX #9FECD7 Ice Cold

📋 copy color: '#9FECD7'

red 159 ◦ green 236 ◦ blue 215

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

Shades of Ice Cold #9FECD7

Tints of Ice Cold #9FECD7

RGB

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

 GREEN value IS 236 (92.58% from 255) = 38.69%

 BLUE value IS 215 (84.38% from 255) = 35.25%

R = 26.07%
G = 38.69%
B = 35.25%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.09

 K value IS 0.07

RGB Variations

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

Color information

#9FECD7 (or 0x9FECD7) is known color: Ice Cold. HEX triplet: 9F, EC and D7. RGB value is (159,236,215). Sum of RGB (Red+Green+Blue) = 159+236+215=610 (80% of max value = 765). Red value is 159 (62.5% from 255 or 26.07% from 610); Green value is 236 (92.58% from 255 or 38.69% from 610); Blue value is 215 (84.38% from 255 or 35.25% from 610); Max value from RGB is 236 - color contains mainly: green. Hex color #9FECD7 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9FECD7 is #601328. Grayscale: #D2D2D2. Windows color (decimal): -6296361 or 14150815. OLE color: 14150815.

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

Color convert

RGB 159 236 215 -
CMYK 0.33 0 0.09 0.07
HSL 163.64º 0.67% 0.77% -
HSV(B) 163.64º 0.33% 0.93% -
XYZ 56.56 72.27 75.26 -
YUV 210.58 130.49 91.21 -
System Red Green Blue C M Y K H S L
Decimal 159 236 215 0.33 0 0.09 0.07 163.64 0.67 0.77
Hex 9F EC D7 21 0 9 7 A4 43 4D
Octal 237 354 327 41 0 11 7 244 103 115
Binary 10011111 11101100 11010111 100001 0 1001 111 10100100 1000011 1001101

Color Harmonies of #9FECD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FECD7

Black with #9FECD7

Text Example


Text Example

White with #9FECD7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,236,215); }

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

background-color css

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

 a { background-color: rgb(159,236,215); }

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

border-color css

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

 span { border-color: rgb(159,236,215); }

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