Html Css Color HEX #9BEBDB Ice Cold

📋 copy color: '#9BEBDB'

red 155 ◦ green 235 ◦ blue 219

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

Shades of Ice Cold #9BEBDB

Tints of Ice Cold #9BEBDB

RGB

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

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

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

R = 25.45%
G = 38.59%
B = 35.96%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.07

 K value IS 0.08

RGB Variations

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

Color information

#9BEBDB (or 0x9BEBDB) is known color: Ice Cold. HEX triplet: 9B, EB and DB. RGB value is (155,235,219). Sum of RGB (Red+Green+Blue) = 155+235+219=609 (80% of max value = 765). Red value is 155 (60.94% from 255 or 25.45% from 609); Green value is 235 (92.19% from 255 or 38.59% from 609); Blue value is 219 (85.94% from 255 or 35.96% from 609); Max value from RGB is 235 - color contains mainly: green. Hex color #9BEBDB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9BEBDB is #641424. Grayscale: #D1D1D1. Windows color (decimal): -6558757 or 14412699. OLE color: 14412699.

HSL color Cylindrical-coordinate representation of color #9BEBDB: hue angle of 168º degrees, saturation: 0.67, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9BEBDB is Cyan = 0.34, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.08.

Color convert

RGB 155 235 219 -
CMYK 0.34 0 0.07 0.08
HSL 168º 0.67% 0.76% -
HSV(B) 168º 0.34% 0.92% -
XYZ 56.01 71.5 77.87 -
YUV 209.26 133.5 89.3 -
System Red Green Blue C M Y K H S L
Decimal 155 235 219 0.34 0 0.07 0.08 168 0.67 0.76
Hex 9B EB DB 22 0 7 8 A8 43 4C
Octal 233 353 333 42 0 7 10 250 103 114
Binary 10011011 11101011 11011011 100010 0 111 1000 10101000 1000011 1001100

Color Harmonies of #9BEBDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BEBDB

Black with #9BEBDB

Text Example


Text Example

White with #9BEBDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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