Html Css Color HEX #9CEDDE Ice Cold

📋 copy color: '#9CEDDE'

red 156 ◦ green 237 ◦ blue 222

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

Shades of Ice Cold #9CEDDE

Tints of Ice Cold #9CEDDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 36.1%

R = 25.37%
G = 38.54%
B = 36.1%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.06

 K value IS 0.07

RGB Variations

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

Color information

#9CEDDE (or 0x9CEDDE) is known color: Ice Cold. HEX triplet: 9C, ED and DE. RGB value is (156,237,222). Sum of RGB (Red+Green+Blue) = 156+237+222=615 (81% of max value = 765). Red value is 156 (61.33% from 255 or 25.37% from 615); Green value is 237 (92.97% from 255 or 38.54% from 615); Blue value is 222 (87.11% from 255 or 36.10% from 615); Max value from RGB is 237 - color contains mainly: green. Hex color #9CEDDE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9CEDDE is #631221. Grayscale: #D3D3D3. Windows color (decimal): -6492706 or 14609820. OLE color: 14609820.

HSL color Cylindrical-coordinate representation of color #9CEDDE: hue angle of 168.89º degrees, saturation: 0.69, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9CEDDE is Cyan = 0.34, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.07.

Color convert

RGB 156 237 222 -
CMYK 0.34 0 0.06 0.07
HSL 168.89º 0.69% 0.77% -
HSV(B) 168.89º 0.34% 0.93% -
XYZ 57.18 72.91 80.17 -
YUV 211.07 134.16 88.72 -
System Red Green Blue C M Y K H S L
Decimal 156 237 222 0.34 0 0.06 0.07 168.89 0.69 0.77
Hex 9C ED DE 22 0 6 7 A9 45 4D
Octal 234 355 336 42 0 6 7 251 105 115
Binary 10011100 11101101 11011110 100010 0 110 111 10101001 1000101 1001101

Color Harmonies of #9CEDDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CEDDE

Black with #9CEDDE

Text Example


Text Example

White with #9CEDDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,237,222); }

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

background-color css

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

 a { background-color: rgb(156,237,222); }

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

border-color css

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

 span { border-color: rgb(156,237,222); }

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