Html Css Color HEX #9BEBDC Ice Cold

📋 copy color: '#9BEBDC'

red 155 ◦ green 235 ◦ blue 220

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

Shades of Ice Cold #9BEBDC

Tints of Ice Cold #9BEBDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 36.07%

R = 25.41%
G = 38.52%
B = 36.07%

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

#9BEBDC (or 0x9BEBDC) is known color: Ice Cold. HEX triplet: 9B, EB and DC. RGB value is (155,235,220). Sum of RGB (Red+Green+Blue) = 155+235+220=610 (80% of max value = 765). Red value is 155 (60.94% from 255 or 25.41% from 610); Green value is 235 (92.19% from 255 or 38.52% from 610); Blue value is 220 (86.33% from 255 or 36.07% from 610); Max value from RGB is 235 - color contains mainly: green. Hex color #9BEBDC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9BEBDC is #641423. Grayscale: #D1D1D1. Windows color (decimal): -6558756 or 14478235. OLE color: 14478235.

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

Color convert

RGB 155 235 220 -
CMYK 0.34 0 0.06 0.08
HSL 168.75º 0.67% 0.76% -
HSV(B) 168.75º 0.34% 0.92% -
XYZ 56.14 71.55 78.56 -
YUV 209.37 134 89.22 -
System Red Green Blue C M Y K H S L
Decimal 155 235 220 0.34 0 0.06 0.08 168.75 0.67 0.76
Hex 9B EB DC 22 0 6 8 A9 43 4C
Octal 233 353 334 42 0 6 10 251 103 114
Binary 10011011 11101011 11011100 100010 0 110 1000 10101001 1000011 1001100

Color Harmonies of #9BEBDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BEBDC

Black with #9BEBDC

Text Example


Text Example

White with #9BEBDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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