Html Css Color HEX #9FEADA Ice Cold

📋 copy color: '#9FEADA'

red 159 ◦ green 234 ◦ blue 218

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

Shades of Ice Cold #9FEADA

Tints of Ice Cold #9FEADA

RGB

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

 GREEN value IS 234 (91.8% from 255) = 38.3%

 BLUE value IS 218 (85.55% from 255) = 35.68%

R = 26.02%
G = 38.3%
B = 35.68%

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

#9FEADA (or 0x9FEADA) is known color: Ice Cold. HEX triplet: 9F, EA and DA. RGB value is (159,234,218). Sum of RGB (Red+Green+Blue) = 159+234+218=611 (80% of max value = 765). Red value is 159 (62.5% from 255 or 26.02% from 611); Green value is 234 (91.80% from 255 or 38.30% from 611); Blue value is 218 (85.55% from 255 or 35.68% from 611); Max value from RGB is 234 - color contains mainly: green. Hex color #9FEADA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9FEADA is #601525. Grayscale: #D1D1D1. Windows color (decimal): -6296870 or 14346911. OLE color: 14346911.

HSL color Cylindrical-coordinate representation of color #9FEADA: hue angle of 167.2º degrees, saturation: 0.64, 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 #9FEADA is Cyan = 0.32, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.08.

Color convert

RGB 159 234 218 -
CMYK 0.32 0 0.07 0.08
HSL 167.2º 0.64% 0.77% -
HSV(B) 167.2º 0.32% 0.92% -
XYZ 56.38 71.28 77.12 -
YUV 209.75 132.65 91.8 -
System Red Green Blue C M Y K H S L
Decimal 159 234 218 0.32 0 0.07 0.08 167.2 0.64 0.77
Hex 9F EA DA 20 0 7 8 A7 40 4D
Octal 237 352 332 40 0 7 10 247 100 115
Binary 10011111 11101010 11011010 100000 0 111 1000 10100111 1000000 1001101

Color Harmonies of #9FEADA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FEADA

Black with #9FEADA

Text Example


Text Example

White with #9FEADA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,234,218); }

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

background-color css

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

 a { background-color: rgb(159,234,218); }

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

border-color css

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

 span { border-color: rgb(159,234,218); }

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