Html Css Color HEX #9CE8DF Ice Cold

📋 copy color: '#9CE8DF'

red 156 ◦ green 232 ◦ blue 223

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

Shades of Ice Cold #9CE8DF

Tints of Ice Cold #9CE8DF

RGB

 RED value IS 156 (61.33% from 255) = 25.53%

 GREEN value IS 232 (91.02% from 255) = 37.97%

 BLUE value IS 223 (87.5% from 255) = 36.5%

R = 25.53%
G = 37.97%
B = 36.5%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.04

 K value IS 0.09

RGB Variations

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

Color information

#9CE8DF (or 0x9CE8DF) is known color: Ice Cold. HEX triplet: 9C, E8 and DF. RGB value is (156,232,223). Sum of RGB (Red+Green+Blue) = 156+232+223=611 (80% of max value = 765). Red value is 156 (61.33% from 255 or 25.53% from 611); Green value is 232 (91.02% from 255 or 37.97% from 611); Blue value is 223 (87.5% from 255 or 36.50% from 611); Max value from RGB is 232 - color contains mainly: green. Hex color #9CE8DF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9CE8DF is #631720. Grayscale: #D0D0D0. Windows color (decimal): -6493985 or 14674076. OLE color: 14674076.

HSL color Cylindrical-coordinate representation of color #9CE8DF: hue angle of 172.89º degrees, saturation: 0.62, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9CE8DF is Cyan = 0.33, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.09.

Color convert

RGB 156 232 223 -
CMYK 0.33 0 0.04 0.09
HSL 172.89º 0.62% 0.76% -
HSV(B) 172.89º 0.33% 0.91% -
XYZ 55.89 70.11 80.4 -
YUV 208.25 136.32 90.73 -
System Red Green Blue C M Y K H S L
Decimal 156 232 223 0.33 0 0.04 0.09 172.89 0.62 0.76
Hex 9C E8 DF 21 0 4 9 AD 3E 4C
Octal 234 350 337 41 0 4 11 255 76 114
Binary 10011100 11101000 11011111 100001 0 100 1001 10101101 111110 1001100

Color Harmonies of #9CE8DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CE8DF

Black with #9CE8DF

Text Example


Text Example

White with #9CE8DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,232,223); }

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

background-color css

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

 a { background-color: rgb(156,232,223); }

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

border-color css

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

 span { border-color: rgb(156,232,223); }

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