Html Css Color HEX #9DEBE1 Ice Cold

📋 copy color: '#9DEBE1'

red 157 ◦ green 235 ◦ blue 225

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

Shades of Ice Cold #9DEBE1

Tints of Ice Cold #9DEBE1

RGB

 RED value IS 157 (61.72% from 255) = 25.45%

 GREEN value IS 235 (92.19% from 255) = 38.09%

 BLUE value IS 225 (88.28% from 255) = 36.47%

R = 25.45%
G = 38.09%
B = 36.47%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.04

 K value IS 0.08

RGB Variations

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

Color information

#9DEBE1 (or 0x9DEBE1) is known color: Ice Cold. HEX triplet: 9D, EB and E1. RGB value is (157,235,225). Sum of RGB (Red+Green+Blue) = 157+235+225=617 (81% of max value = 765). Red value is 157 (61.72% from 255 or 25.45% from 617); Green value is 235 (92.19% from 255 or 38.09% from 617); Blue value is 225 (88.28% from 255 or 36.47% from 617); Max value from RGB is 235 - color contains mainly: green. Hex color #9DEBE1 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9DEBE1 is #62141E. Grayscale: #D2D2D2. Windows color (decimal): -6427679 or 14805917. OLE color: 14805917.

HSL color Cylindrical-coordinate representation of color #9DEBE1: hue angle of 172.31º degrees, saturation: 0.66, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9DEBE1 is Cyan = 0.33, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.08.

Color convert

RGB 157 235 225 -
CMYK 0.33 0 0.04 0.08
HSL 172.31º 0.66% 0.77% -
HSV(B) 172.31º 0.33% 0.92% -
XYZ 57.2 72.02 82.12 -
YUV 210.54 136.16 89.81 -
System Red Green Blue C M Y K H S L
Decimal 157 235 225 0.33 0 0.04 0.08 172.31 0.66 0.77
Hex 9D EB E1 21 0 4 8 AC 42 4D
Octal 235 353 341 41 0 4 10 254 102 115
Binary 10011101 11101011 11100001 100001 0 100 1000 10101100 1000010 1001101

Color Harmonies of #9DEBE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DEBE1

Black with #9DEBE1

Text Example


Text Example

White with #9DEBE1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,235,225); }

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

background-color css

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

 a { background-color: rgb(157,235,225); }

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

border-color css

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

 span { border-color: rgb(157,235,225); }

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