Html Css Color HEX #9FEBDB Ice Cold

📋 copy color: '#9FEBDB'

red 159 ◦ green 235 ◦ blue 219

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

Shades of Ice Cold #9FEBDB

Tints of Ice Cold #9FEBDB

RGB

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

 GREEN value IS 235 (92.19% from 255) = 38.34%

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

R = 25.94%
G = 38.34%
B = 35.73%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.07

 K value IS 0.08

RGB Variations

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

Color information

#9FEBDB (or 0x9FEBDB) is known color: Ice Cold. HEX triplet: 9F, EB and DB. RGB value is (159,235,219). Sum of RGB (Red+Green+Blue) = 159+235+219=613 (81% of max value = 765). Red value is 159 (62.5% from 255 or 25.94% from 613); Green value is 235 (92.19% from 255 or 38.34% from 613); Blue value is 219 (85.94% from 255 or 35.73% from 613); Max value from RGB is 235 - color contains mainly: green. Hex color #9FEBDB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9FEBDB is #601424. Grayscale: #D2D2D2. Windows color (decimal): -6296613 or 14412703. OLE color: 14412703.

HSL color Cylindrical-coordinate representation of color #9FEBDB: hue angle of 167.37º degrees, saturation: 0.66, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #9FEBDB is Cyan = 0.32, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.08.

Color convert

RGB 159 235 219 -
CMYK 0.32 0 0.07 0.08
HSL 167.37º 0.66% 0.77% -
HSV(B) 167.37º 0.32% 0.92% -
XYZ 56.79 71.9 77.9 -
YUV 210.45 132.82 91.3 -
System Red Green Blue C M Y K H S L
Decimal 159 235 219 0.32 0 0.07 0.08 167.37 0.66 0.77
Hex 9F EB DB 20 0 7 8 A7 42 4D
Octal 237 353 333 40 0 7 10 247 102 115
Binary 10011111 11101011 11011011 100000 0 111 1000 10100111 1000010 1001101

Color Harmonies of #9FEBDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FEBDB

Black with #9FEBDB

Text Example


Text Example

White with #9FEBDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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