Html Css Color HEX #9EEBDB Ice Cold

📋 copy color: '#9EEBDB'

red 158 ◦ green 235 ◦ blue 219

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

Shades of Ice Cold #9EEBDB

Tints of Ice Cold #9EEBDB

RGB

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

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

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

R = 25.82%
G = 38.4%
B = 35.78%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.07

 K value IS 0.08

RGB Variations

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

Color information

#9EEBDB (or 0x9EEBDB) is known color: Ice Cold. HEX triplet: 9E, EB and DB. RGB value is (158,235,219). Sum of RGB (Red+Green+Blue) = 158+235+219=612 (81% of max value = 765). Red value is 158 (62.11% from 255 or 25.82% from 612); Green value is 235 (92.19% from 255 or 38.40% from 612); Blue value is 219 (85.94% from 255 or 35.78% from 612); Max value from RGB is 235 - color contains mainly: green. Hex color #9EEBDB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9EEBDB is #611424. Grayscale: #D2D2D2. Windows color (decimal): -6362149 or 14412702. OLE color: 14412702.

HSL color Cylindrical-coordinate representation of color #9EEBDB: hue angle of 167.53º 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 #9EEBDB is Cyan = 0.33, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.08.

Color convert

RGB 158 235 219 -
CMYK 0.33 0 0.07 0.08
HSL 167.53º 0.66% 0.77% -
HSV(B) 167.53º 0.33% 0.92% -
XYZ 56.6 71.8 77.89 -
YUV 210.15 132.99 90.8 -
System Red Green Blue C M Y K H S L
Decimal 158 235 219 0.33 0 0.07 0.08 167.53 0.66 0.77
Hex 9E EB DB 21 0 7 8 A8 42 4D
Octal 236 353 333 41 0 7 10 250 102 115
Binary 10011110 11101011 11011011 100001 0 111 1000 10101000 1000010 1001101

Color Harmonies of #9EEBDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EEBDB

Black with #9EEBDB

Text Example


Text Example

White with #9EEBDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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