Html Css Color HEX #9FEDDA Ice Cold

📋 copy color: '#9FEDDA'

red 159 ◦ green 237 ◦ blue 218

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

Shades of Ice Cold #9FEDDA

Tints of Ice Cold #9FEDDA

RGB

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

 GREEN value IS 237 (92.97% from 255) = 38.6%

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

R = 25.9%
G = 38.6%
B = 35.5%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.08

 K value IS 0.07

RGB Variations

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

Color information

#9FEDDA (or 0x9FEDDA) is known color: Ice Cold. HEX triplet: 9F, ED and DA. RGB value is (159,237,218). Sum of RGB (Red+Green+Blue) = 159+237+218=614 (81% of max value = 765). Red value is 159 (62.5% from 255 or 25.90% from 614); Green value is 237 (92.97% from 255 or 38.60% from 614); Blue value is 218 (85.55% from 255 or 35.50% from 614); Max value from RGB is 237 - color contains mainly: green. Hex color #9FEDDA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9FEDDA is #601225. Grayscale: #D3D3D3. Windows color (decimal): -6296102 or 14347679. OLE color: 14347679.

HSL color Cylindrical-coordinate representation of color #9FEDDA: hue angle of 165.38º degrees, saturation: 0.68, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9FEDDA is Cyan = 0.33, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.07.

Color convert

RGB 159 237 218 -
CMYK 0.33 0 0.08 0.07
HSL 165.38º 0.68% 0.78% -
HSV(B) 165.38º 0.33% 0.93% -
XYZ 57.24 73 77.4 -
YUV 211.51 131.66 90.54 -
System Red Green Blue C M Y K H S L
Decimal 159 237 218 0.33 0 0.08 0.07 165.38 0.68 0.78
Hex 9F ED DA 21 0 8 7 A5 44 4E
Octal 237 355 332 41 0 10 7 245 104 116
Binary 10011111 11101101 11011010 100001 0 1000 111 10100101 1000100 1001110

Color Harmonies of #9FEDDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FEDDA

Black with #9FEDDA

Text Example


Text Example

White with #9FEDDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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