Html Css Color HEX #9CE9DF Ice Cold

📋 copy color: '#9CE9DF'

red 156 ◦ green 233 ◦ blue 223

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

Shades of Ice Cold #9CE9DF

Tints of Ice Cold #9CE9DF

RGB

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

 GREEN value IS 233 (91.41% from 255) = 38.07%

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

R = 25.49%
G = 38.07%
B = 36.44%

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

#9CE9DF (or 0x9CE9DF) is known color: Ice Cold. HEX triplet: 9C, E9 and DF. RGB value is (156,233,223). Sum of RGB (Red+Green+Blue) = 156+233+223=612 (81% of max value = 765). Red value is 156 (61.33% from 255 or 25.49% from 612); Green value is 233 (91.41% from 255 or 38.07% from 612); Blue value is 223 (87.5% from 255 or 36.44% from 612); Max value from RGB is 233 - color contains mainly: green. Hex color #9CE9DF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9CE9DF is #631620. Grayscale: #D0D0D0. Windows color (decimal): -6493729 or 14674332. OLE color: 14674332.

HSL color Cylindrical-coordinate representation of color #9CE9DF: hue angle of 172.21º degrees, saturation: 0.64, 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 #9CE9DF is Cyan = 0.33, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.09.

Color convert

RGB 156 233 223 -
CMYK 0.33 0 0.04 0.09
HSL 172.21º 0.64% 0.76% -
HSV(B) 172.21º 0.33% 0.91% -
XYZ 56.17 70.67 80.49 -
YUV 208.84 135.99 90.31 -
System Red Green Blue C M Y K H S L
Decimal 156 233 223 0.33 0 0.04 0.09 172.21 0.64 0.76
Hex 9C E9 DF 21 0 4 9 AC 40 4C
Octal 234 351 337 41 0 4 11 254 100 114
Binary 10011100 11101001 11011111 100001 0 100 1001 10101100 1000000 1001100

Color Harmonies of #9CE9DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CE9DF

Black with #9CE9DF

Text Example


Text Example

White with #9CE9DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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