Html Css Color HEX #9BEBDD Ice Cold

📋 copy color: '#9BEBDD'

red 155 ◦ green 235 ◦ blue 221

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

Shades of Ice Cold #9BEBDD

Tints of Ice Cold #9BEBDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 36.17%

R = 25.37%
G = 38.46%
B = 36.17%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.06

 K value IS 0.08

RGB Variations

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

Color information

#9BEBDD (or 0x9BEBDD) is known color: Ice Cold. HEX triplet: 9B, EB and DD. RGB value is (155,235,221). Sum of RGB (Red+Green+Blue) = 155+235+221=611 (80% of max value = 765). Red value is 155 (60.94% from 255 or 25.37% from 611); Green value is 235 (92.19% from 255 or 38.46% from 611); Blue value is 221 (86.72% from 255 or 36.17% from 611); Max value from RGB is 235 - color contains mainly: green. Hex color #9BEBDD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9BEBDD is #641422. Grayscale: #D1D1D1. Windows color (decimal): -6558755 or 14543771. OLE color: 14543771.

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

Color convert

RGB 155 235 221 -
CMYK 0.34 0 0.06 0.08
HSL 169.5º 0.67% 0.76% -
HSV(B) 169.5º 0.34% 0.92% -
XYZ 56.28 71.61 79.26 -
YUV 209.48 134.5 89.14 -
System Red Green Blue C M Y K H S L
Decimal 155 235 221 0.34 0 0.06 0.08 169.5 0.67 0.76
Hex 9B EB DD 22 0 6 8 AA 43 4C
Octal 233 353 335 42 0 6 10 252 103 114
Binary 10011011 11101011 11011101 100010 0 110 1000 10101010 1000011 1001100

Color Harmonies of #9BEBDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BEBDD

Black with #9BEBDD

Text Example


Text Example

White with #9BEBDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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