Html Css Color HEX #9CE4CF Ice Cold

📋 copy color: '#9CE4CF'

red 156 ◦ green 228 ◦ blue 207

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

Shades of Ice Cold #9CE4CF

Tints of Ice Cold #9CE4CF

RGB

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

 GREEN value IS 228 (89.45% from 255) = 38.58%

 BLUE value IS 207 (81.25% from 255) = 35.03%

R = 26.4%
G = 38.58%
B = 35.03%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.09

 K value IS 0.11

RGB Variations

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

Color information

#9CE4CF (or 0x9CE4CF) is known color: Ice Cold. HEX triplet: 9C, E4 and CF. RGB value is (156,228,207). Sum of RGB (Red+Green+Blue) = 156+228+207=591 (78% of max value = 765). Red value is 156 (61.33% from 255 or 26.40% from 591); Green value is 228 (89.45% from 255 or 38.58% from 591); Blue value is 207 (81.25% from 255 or 35.03% from 591); Max value from RGB is 228 - color contains mainly: green. Hex color #9CE4CF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9CE4CF is #631B30. Grayscale: #CCCCCC. Windows color (decimal): -6495025 or 13624476. OLE color: 13624476.

HSL color Cylindrical-coordinate representation of color #9CE4CF: hue angle of 162.5º degrees, saturation: 0.57, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #9CE4CF is Cyan = 0.32, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.11.

Color convert

RGB 156 228 207 -
CMYK 0.32 0 0.09 0.11
HSL 162.5º 0.57% 0.75% -
HSV(B) 162.5º 0.32% 0.89% -
XYZ 52.72 67.06 69.2 -
YUV 204.08 129.65 93.71 -
System Red Green Blue C M Y K H S L
Decimal 156 228 207 0.32 0 0.09 0.11 162.5 0.57 0.75
Hex 9C E4 CF 20 0 9 B A2 39 4B
Octal 234 344 317 40 0 11 13 242 71 113
Binary 10011100 11100100 11001111 100000 0 1001 1011 10100010 111001 1001011

Color Harmonies of #9CE4CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CE4CF

Black with #9CE4CF

Text Example


Text Example

White with #9CE4CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,228,207); }

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

background-color css

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

 a { background-color: rgb(156,228,207); }

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

border-color css

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

 span { border-color: rgb(156,228,207); }

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