Html Css Color HEX #9FECDB Ice Cold

📋 copy color: '#9FECDB'

red 159 ◦ green 236 ◦ blue 219

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

Shades of Ice Cold #9FECDB

Tints of Ice Cold #9FECDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 35.67%

R = 25.9%
G = 38.44%
B = 35.67%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.07

 K value IS 0.07

RGB Variations

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

Color information

#9FECDB (or 0x9FECDB) is known color: Ice Cold. HEX triplet: 9F, EC and DB. RGB value is (159,236,219). Sum of RGB (Red+Green+Blue) = 159+236+219=614 (81% of max value = 765). Red value is 159 (62.5% from 255 or 25.90% from 614); Green value is 236 (92.58% from 255 or 38.44% from 614); Blue value is 219 (85.94% from 255 or 35.67% from 614); Max value from RGB is 236 - color contains mainly: green. Hex color #9FECDB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9FECDB is #601324. Grayscale: #D3D3D3. Windows color (decimal): -6296357 or 14412959. OLE color: 14412959.

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

Color convert

RGB 159 236 219 -
CMYK 0.33 0 0.07 0.07
HSL 166.75º 0.67% 0.77% -
HSV(B) 166.75º 0.33% 0.93% -
XYZ 57.08 72.48 78 -
YUV 211.04 132.49 90.88 -
System Red Green Blue C M Y K H S L
Decimal 159 236 219 0.33 0 0.07 0.07 166.75 0.67 0.77
Hex 9F EC DB 21 0 7 7 A7 43 4D
Octal 237 354 333 41 0 7 7 247 103 115
Binary 10011111 11101100 11011011 100001 0 111 111 10100111 1000011 1001101

Color Harmonies of #9FECDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FECDB

Black with #9FECDB

Text Example


Text Example

White with #9FECDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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