Html Css Color HEX #9BEEDC Ice Cold

📋 copy color: '#9BEEDC'

red 155 ◦ green 238 ◦ blue 220

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

Shades of Ice Cold #9BEEDC

Tints of Ice Cold #9BEEDC

RGB

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

 GREEN value IS 238 (93.36% from 255) = 38.83%

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

R = 25.29%
G = 38.83%
B = 35.89%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.08

 K value IS 0.07

RGB Variations

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

Color information

#9BEEDC (or 0x9BEEDC) is known color: Ice Cold. HEX triplet: 9B, EE and DC. RGB value is (155,238,220). Sum of RGB (Red+Green+Blue) = 155+238+220=613 (81% of max value = 765). Red value is 155 (60.94% from 255 or 25.29% from 613); Green value is 238 (93.36% from 255 or 38.83% from 613); Blue value is 220 (86.33% from 255 or 35.89% from 613); Max value from RGB is 238 - color contains mainly: green. Hex color #9BEEDC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9BEEDC is #641123. Grayscale: #D3D3D3. Windows color (decimal): -6557988 or 14479003. OLE color: 14479003.

HSL color Cylindrical-coordinate representation of color #9BEEDC: hue angle of 166.99º degrees, saturation: 0.71, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9BEEDC is Cyan = 0.35, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.07.

Color convert

RGB 155 238 220 -
CMYK 0.35 0 0.08 0.07
HSL 166.99º 0.71% 0.77% -
HSV(B) 166.99º 0.35% 0.93% -
XYZ 57.01 73.28 78.85 -
YUV 211.13 133 87.96 -
System Red Green Blue C M Y K H S L
Decimal 155 238 220 0.35 0 0.08 0.07 166.99 0.71 0.77
Hex 9B EE DC 23 0 8 7 A7 47 4D
Octal 233 356 334 43 0 10 7 247 107 115
Binary 10011011 11101110 11011100 100011 0 1000 111 10100111 1000111 1001101

Color Harmonies of #9BEEDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BEEDC

Black with #9BEEDC

Text Example


Text Example

White with #9BEEDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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