Html Css Color HEX #9BEBD6 Ice Cold

📋 copy color: '#9BEBD6'

red 155 ◦ green 235 ◦ blue 214

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

Shades of Ice Cold #9BEBD6

Tints of Ice Cold #9BEBD6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 35.43%

R = 25.66%
G = 38.91%
B = 35.43%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.09

 K value IS 0.08

RGB Variations

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

Color information

#9BEBD6 (or 0x9BEBD6) is known color: Ice Cold. HEX triplet: 9B, EB and D6. RGB value is (155,235,214). Sum of RGB (Red+Green+Blue) = 155+235+214=604 (80% of max value = 765). Red value is 155 (60.94% from 255 or 25.66% from 604); Green value is 235 (92.19% from 255 or 38.91% from 604); Blue value is 214 (83.98% from 255 or 35.43% from 604); Max value from RGB is 235 - color contains mainly: green. Hex color #9BEBD6 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9BEBD6 is #641429. Grayscale: #D0D0D0. Windows color (decimal): -6558762 or 14085019. OLE color: 14085019.

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

Color convert

RGB 155 235 214 -
CMYK 0.34 0 0.09 0.08
HSL 164.25º 0.67% 0.76% -
HSV(B) 164.25º 0.34% 0.92% -
XYZ 55.36 71.24 74.45 -
YUV 208.69 131 89.71 -
System Red Green Blue C M Y K H S L
Decimal 155 235 214 0.34 0 0.09 0.08 164.25 0.67 0.76
Hex 9B EB D6 22 0 9 8 A4 43 4C
Octal 233 353 326 42 0 11 10 244 103 114
Binary 10011011 11101011 11010110 100010 0 1001 1000 10100100 1000011 1001100

Color Harmonies of #9BEBD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BEBD6

Black with #9BEBD6

Text Example


Text Example

White with #9BEBD6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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