Html Css Color HEX #9BEDD9 Ice Cold

📋 copy color: '#9BEDD9'

red 155 ◦ green 237 ◦ blue 217

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

Shades of Ice Cold #9BEDD9

Tints of Ice Cold #9BEDD9

RGB

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

 GREEN value IS 237 (92.97% from 255) = 38.92%

 BLUE value IS 217 (85.16% from 255) = 35.63%

R = 25.45%
G = 38.92%
B = 35.63%

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

#9BEDD9 (or 0x9BEDD9) is known color: Ice Cold. HEX triplet: 9B, ED and D9. RGB value is (155,237,217). Sum of RGB (Red+Green+Blue) = 155+237+217=609 (80% of max value = 765). Red value is 155 (60.94% from 255 or 25.45% from 609); Green value is 237 (92.97% from 255 or 38.92% from 609); Blue value is 217 (85.16% from 255 or 35.63% from 609); Max value from RGB is 237 - color contains mainly: green. Hex color #9BEDD9 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9BEDD9 is #641226. Grayscale: #D2D2D2. Windows color (decimal): -6558247 or 14282139. OLE color: 14282139.

HSL color Cylindrical-coordinate representation of color #9BEDD9: hue angle of 165.37º degrees, saturation: 0.69, 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 #9BEDD9 is Cyan = 0.35, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.07.

Color convert

RGB 155 237 217 -
CMYK 0.35 0 0.08 0.07
HSL 165.37º 0.69% 0.77% -
HSV(B) 165.37º 0.35% 0.93% -
XYZ 56.33 72.55 76.68 -
YUV 210.2 131.83 88.63 -
System Red Green Blue C M Y K H S L
Decimal 155 237 217 0.35 0 0.08 0.07 165.37 0.69 0.77
Hex 9B ED D9 23 0 8 7 A5 45 4D
Octal 233 355 331 43 0 10 7 245 105 115
Binary 10011011 11101101 11011001 100011 0 1000 111 10100101 1000101 1001101

Color Harmonies of #9BEDD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BEDD9

Black with #9BEDD9

Text Example


Text Example

White with #9BEDD9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,237,217); }

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

background-color css

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

 a { background-color: rgb(155,237,217); }

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

border-color css

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

 span { border-color: rgb(155,237,217); }

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