Html Css Color HEX #9BEBDA Ice Cold

📋 copy color: '#9BEBDA'

red 155 ◦ green 235 ◦ blue 218

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

Shades of Ice Cold #9BEBDA

Tints of Ice Cold #9BEBDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 35.86%

R = 25.49%
G = 38.65%
B = 35.86%

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

#9BEBDA (or 0x9BEBDA) is known color: Ice Cold. HEX triplet: 9B, EB and DA. RGB value is (155,235,218). Sum of RGB (Red+Green+Blue) = 155+235+218=608 (80% of max value = 765). Red value is 155 (60.94% from 255 or 25.49% from 608); Green value is 235 (92.19% from 255 or 38.65% from 608); Blue value is 218 (85.55% from 255 or 35.86% from 608); Max value from RGB is 235 - color contains mainly: green. Hex color #9BEBDA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9BEBDA is #641425. Grayscale: #D1D1D1. Windows color (decimal): -6558758 or 14347163. OLE color: 14347163.

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

Color convert

RGB 155 235 218 -
CMYK 0.34 0 0.07 0.08
HSL 167.25º 0.67% 0.76% -
HSV(B) 167.25º 0.34% 0.92% -
XYZ 55.88 71.45 77.18 -
YUV 209.14 133 89.38 -
System Red Green Blue C M Y K H S L
Decimal 155 235 218 0.34 0 0.07 0.08 167.25 0.67 0.76
Hex 9B EB DA 22 0 7 8 A7 43 4C
Octal 233 353 332 42 0 7 10 247 103 114
Binary 10011011 11101011 11011010 100010 0 111 1000 10100111 1000011 1001100

Color Harmonies of #9BEBDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BEBDA

Black with #9BEBDA

Text Example


Text Example

White with #9BEBDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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