Html Css Color HEX #9FECE0 Ice Cold

📋 copy color: '#9FECE0'

red 159 ◦ green 236 ◦ blue 224

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

Shades of Ice Cold #9FECE0

Tints of Ice Cold #9FECE0

RGB

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

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

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

R = 25.69%
G = 38.13%
B = 36.19%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.05

 K value IS 0.07

RGB Variations

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

Color information

#9FECE0 (or 0x9FECE0) is known color: Ice Cold. HEX triplet: 9F, EC and E0. RGB value is (159,236,224). Sum of RGB (Red+Green+Blue) = 159+236+224=619 (81% of max value = 765). Red value is 159 (62.5% from 255 or 25.69% from 619); Green value is 236 (92.58% from 255 or 38.13% from 619); Blue value is 224 (87.89% from 255 or 36.19% from 619); Max value from RGB is 236 - color contains mainly: green. Hex color #9FECE0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9FECE0 is #60131F. Grayscale: #D3D3D3. Windows color (decimal): -6296352 or 14740639. OLE color: 14740639.

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

Color convert

RGB 159 236 224 -
CMYK 0.33 0 0.05 0.07
HSL 170.65º 0.67% 0.77% -
HSV(B) 170.65º 0.33% 0.93% -
XYZ 57.75 72.74 81.52 -
YUV 211.61 134.99 90.48 -
System Red Green Blue C M Y K H S L
Decimal 159 236 224 0.33 0 0.05 0.07 170.65 0.67 0.77
Hex 9F EC E0 21 0 5 7 AB 43 4D
Octal 237 354 340 41 0 5 7 253 103 115
Binary 10011111 11101100 11100000 100001 0 101 111 10101011 1000011 1001101

Color Harmonies of #9FECE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FECE0

Black with #9FECE0

Text Example


Text Example

White with #9FECE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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