Html Css Color HEX #9FE5D3 Ice Cold

📋 copy color: '#9FE5D3'

red 159 ◦ green 229 ◦ blue 211

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

Shades of Ice Cold #9FE5D3

Tints of Ice Cold #9FE5D3

RGB

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

 GREEN value IS 229 (89.84% from 255) = 38.23%

 BLUE value IS 211 (82.81% from 255) = 35.23%

R = 26.54%
G = 38.23%
B = 35.23%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.08

 K value IS 0.10

RGB Variations

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

Color information

#9FE5D3 (or 0x9FE5D3) is known color: Ice Cold. HEX triplet: 9F, E5 and D3. RGB value is (159,229,211). Sum of RGB (Red+Green+Blue) = 159+229+211=599 (79% of max value = 765). Red value is 159 (62.5% from 255 or 26.54% from 599); Green value is 229 (89.84% from 255 or 38.23% from 599); Blue value is 211 (82.81% from 255 or 35.23% from 599); Max value from RGB is 229 - color contains mainly: green. Hex color #9FE5D3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9FE5D3 is #601A2C. Grayscale: #CECECE. Windows color (decimal): -6298157 or 13886879. OLE color: 13886879.

HSL color Cylindrical-coordinate representation of color #9FE5D3: hue angle of 164.57º degrees, saturation: 0.57, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #9FE5D3 is Cyan = 0.31, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.10.

Color convert

RGB 159 229 211 -
CMYK 0.31 0 0.08 0.10
HSL 164.57º 0.57% 0.76% -
HSV(B) 164.57º 0.31% 0.9% -
XYZ 54.08 68.11 71.93 -
YUV 206.02 130.81 94.46 -
System Red Green Blue C M Y K H S L
Decimal 159 229 211 0.31 0 0.08 0.10 164.57 0.57 0.76
Hex 9F E5 D3 1F 0 8 A A5 39 4C
Octal 237 345 323 37 0 10 12 245 71 114
Binary 10011111 11100101 11010011 11111 0 1000 1010 10100101 111001 1001100

Color Harmonies of #9FE5D3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FE5D3

Black with #9FE5D3

Text Example


Text Example

White with #9FE5D3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,229,211); }

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

background-color css

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

 a { background-color: rgb(159,229,211); }

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

border-color css

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

 span { border-color: rgb(159,229,211); }

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