Html Css Color HEX #9FECDF Ice Cold

📋 copy color: '#9FECDF'

red 159 ◦ green 236 ◦ blue 223

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

Shades of Ice Cold #9FECDF

Tints of Ice Cold #9FECDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 36.08%

R = 25.73%
G = 38.19%
B = 36.08%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.06

 K value IS 0.07

RGB Variations

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

Color information

#9FECDF (or 0x9FECDF) is known color: Ice Cold. HEX triplet: 9F, EC and DF. RGB value is (159,236,223). Sum of RGB (Red+Green+Blue) = 159+236+223=618 (81% of max value = 765). Red value is 159 (62.5% from 255 or 25.73% from 618); Green value is 236 (92.58% from 255 or 38.19% from 618); Blue value is 223 (87.5% from 255 or 36.08% from 618); Max value from RGB is 236 - color contains mainly: green. Hex color #9FECDF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9FECDF is #601320. Grayscale: #D3D3D3. Windows color (decimal): -6296353 or 14675103. OLE color: 14675103.

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

Color convert

RGB 159 236 223 -
CMYK 0.33 0 0.06 0.07
HSL 169.87º 0.67% 0.77% -
HSV(B) 169.87º 0.33% 0.93% -
XYZ 57.61 72.69 80.81 -
YUV 211.5 134.49 90.56 -
System Red Green Blue C M Y K H S L
Decimal 159 236 223 0.33 0 0.06 0.07 169.87 0.67 0.77
Hex 9F EC DF 21 0 6 7 AA 43 4D
Octal 237 354 337 41 0 6 7 252 103 115
Binary 10011111 11101100 11011111 100001 0 110 111 10101010 1000011 1001101

Color Harmonies of #9FECDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FECDF

Black with #9FECDF

Text Example


Text Example

White with #9FECDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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