Html Css Color HEX #9EECDB Ice Cold

📋 copy color: '#9EECDB'

red 158 ◦ green 236 ◦ blue 219

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

Shades of Ice Cold #9EECDB

Tints of Ice Cold #9EECDB

RGB

 RED value IS 158 (62.11% from 255) = 25.77%

 GREEN value IS 236 (92.58% from 255) = 38.5%

 BLUE value IS 219 (85.94% from 255) = 35.73%

R = 25.77%
G = 38.5%
B = 35.73%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.07

 K value IS 0.07

RGB Variations

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

Color information

#9EECDB (or 0x9EECDB) is known color: Ice Cold. HEX triplet: 9E, EC and DB. RGB value is (158,236,219). Sum of RGB (Red+Green+Blue) = 158+236+219=613 (81% of max value = 765). Red value is 158 (62.11% from 255 or 25.77% from 613); Green value is 236 (92.58% from 255 or 38.50% from 613); Blue value is 219 (85.94% from 255 or 35.73% from 613); Max value from RGB is 236 - color contains mainly: green. Hex color #9EECDB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9EECDB is #611324. Grayscale: #D2D2D2. Windows color (decimal): -6361893 or 14412958. OLE color: 14412958.

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

Color convert

RGB 158 236 219 -
CMYK 0.33 0 0.07 0.07
HSL 166.92º 0.67% 0.77% -
HSV(B) 166.92º 0.33% 0.93% -
XYZ 56.88 72.37 77.99 -
YUV 210.74 132.66 90.38 -
System Red Green Blue C M Y K H S L
Decimal 158 236 219 0.33 0 0.07 0.07 166.92 0.67 0.77
Hex 9E EC DB 21 0 7 7 A7 43 4D
Octal 236 354 333 41 0 7 7 247 103 115
Binary 10011110 11101100 11011011 100001 0 111 111 10100111 1000011 1001101

Color Harmonies of #9EECDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EECDB

Black with #9EECDB

Text Example


Text Example

White with #9EECDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,236,219); }

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

background-color css

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

 a { background-color: rgb(158,236,219); }

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

border-color css

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

 span { border-color: rgb(158,236,219); }

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