Html Css Color HEX #9CE5D3 Ice Cold

📋 copy color: '#9CE5D3'

red 156 ◦ green 229 ◦ blue 211

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

Shades of Ice Cold #9CE5D3

Tints of Ice Cold #9CE5D3

RGB

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

 GREEN value IS 229 (89.84% from 255) = 38.42%

 BLUE value IS 211 (82.81% from 255) = 35.4%

R = 26.17%
G = 38.42%
B = 35.4%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.08

 K value IS 0.10

RGB Variations

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

Color information

#9CE5D3 (or 0x9CE5D3) is known color: Ice Cold. HEX triplet: 9C, E5 and D3. RGB value is (156,229,211). Sum of RGB (Red+Green+Blue) = 156+229+211=596 (78% of max value = 765). Red value is 156 (61.33% from 255 or 26.17% from 596); Green value is 229 (89.84% from 255 or 38.42% from 596); Blue value is 211 (82.81% from 255 or 35.40% from 596); Max value from RGB is 229 - color contains mainly: green. Hex color #9CE5D3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9CE5D3 is #631A2C. Grayscale: #CDCDCD. Windows color (decimal): -6494765 or 13886876. OLE color: 13886876.

HSL color Cylindrical-coordinate representation of color #9CE5D3: hue angle of 165.21º degrees, saturation: 0.58, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #9CE5D3 is Cyan = 0.32, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.10.

Color convert

RGB 156 229 211 -
CMYK 0.32 0 0.08 0.10
HSL 165.21º 0.58% 0.75% -
HSV(B) 165.21º 0.32% 0.9% -
XYZ 53.49 67.81 71.9 -
YUV 205.12 131.32 92.96 -
System Red Green Blue C M Y K H S L
Decimal 156 229 211 0.32 0 0.08 0.10 165.21 0.58 0.75
Hex 9C E5 D3 20 0 8 A A5 3A 4B
Octal 234 345 323 40 0 10 12 245 72 113
Binary 10011100 11100101 11010011 100000 0 1000 1010 10100101 111010 1001011

Color Harmonies of #9CE5D3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CE5D3

Black with #9CE5D3

Text Example


Text Example

White with #9CE5D3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,229,211); }

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

background-color css

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

 a { background-color: rgb(156,229,211); }

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

border-color css

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

 span { border-color: rgb(156,229,211); }

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