Html Css Color HEX #9BE2CE Ice Cold

📋 copy color: '#9BE2CE'

red 155 ◦ green 226 ◦ blue 206

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

Shades of Ice Cold #9BE2CE

Tints of Ice Cold #9BE2CE

RGB

 RED value IS 155 (60.94% from 255) = 26.41%

 GREEN value IS 226 (88.67% from 255) = 38.5%

 BLUE value IS 206 (80.86% from 255) = 35.09%

R = 26.41%
G = 38.5%
B = 35.09%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.09

 K value IS 0.11

RGB Variations

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

Color information

#9BE2CE (or 0x9BE2CE) is known color: Ice Cold. HEX triplet: 9B, E2 and CE. RGB value is (155,226,206). Sum of RGB (Red+Green+Blue) = 155+226+206=587 (77% of max value = 765). Red value is 155 (60.94% from 255 or 26.41% from 587); Green value is 226 (88.67% from 255 or 38.50% from 587); Blue value is 206 (80.86% from 255 or 35.09% from 587); Max value from RGB is 226 - color contains mainly: green. Hex color #9BE2CE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9BE2CE is #641D31. Grayscale: #CACACA. Windows color (decimal): -6561074 or 13558427. OLE color: 13558427.

HSL color Cylindrical-coordinate representation of color #9BE2CE: hue angle of 163.1º degrees, saturation: 0.55, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #9BE2CE is Cyan = 0.31, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.11.

Color convert

RGB 155 226 206 -
CMYK 0.31 0 0.09 0.11
HSL 163.1º 0.55% 0.75% -
HSV(B) 163.1º 0.31% 0.89% -
XYZ 51.85 65.82 68.36 -
YUV 202.49 129.98 94.13 -
System Red Green Blue C M Y K H S L
Decimal 155 226 206 0.31 0 0.09 0.11 163.1 0.55 0.75
Hex 9B E2 CE 1F 0 9 B A3 37 4B
Octal 233 342 316 37 0 11 13 243 67 113
Binary 10011011 11100010 11001110 11111 0 1001 1011 10100011 110111 1001011

Color Harmonies of #9BE2CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BE2CE

Black with #9BE2CE

Text Example


Text Example

White with #9BE2CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,226,206); }

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

background-color css

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

 a { background-color: rgb(155,226,206); }

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

border-color css

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

 span { border-color: rgb(155,226,206); }

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