Html Css Color HEX #9BE6DB Ice Cold

📋 copy color: '#9BE6DB'

red 155 ◦ green 230 ◦ blue 219

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

Shades of Ice Cold #9BE6DB

Tints of Ice Cold #9BE6DB

RGB

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

 GREEN value IS 230 (90.23% from 255) = 38.08%

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

R = 25.66%
G = 38.08%
B = 36.26%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.05

 K value IS 0.10

RGB Variations

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

Color information

#9BE6DB (or 0x9BE6DB) is known color: Ice Cold. HEX triplet: 9B, E6 and DB. RGB value is (155,230,219). Sum of RGB (Red+Green+Blue) = 155+230+219=604 (80% of max value = 765). Red value is 155 (60.94% from 255 or 25.66% from 604); Green value is 230 (90.23% from 255 or 38.08% from 604); Blue value is 219 (85.94% from 255 or 36.26% from 604); Max value from RGB is 230 - color contains mainly: green. Hex color #9BE6DB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9BE6DB is #641924. Grayscale: #CECECE. Windows color (decimal): -6560037 or 14411419. OLE color: 14411419.

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

Color convert

RGB 155 230 219 -
CMYK 0.33 0 0.05 0.10
HSL 171.2º 0.6% 0.75% -
HSV(B) 171.2º 0.33% 0.9% -
XYZ 54.6 68.68 77.4 -
YUV 206.32 135.15 91.39 -
System Red Green Blue C M Y K H S L
Decimal 155 230 219 0.33 0 0.05 0.10 171.2 0.6 0.75
Hex 9B E6 DB 21 0 5 A AB 3C 4B
Octal 233 346 333 41 0 5 12 253 74 113
Binary 10011011 11100110 11011011 100001 0 101 1010 10101011 111100 1001011

Color Harmonies of #9BE6DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BE6DB

Black with #9BE6DB

Text Example


Text Example

White with #9BE6DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,230,219); }

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

background-color css

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

 a { background-color: rgb(155,230,219); }

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

border-color css

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

 span { border-color: rgb(155,230,219); }

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