#9BDDC9

Color #9BDDC9 Riptide (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Riptide #9BDDC9

Tints of Riptide #9BDDC9

Color information

#9BDDC9 (or 0x9BDDC9) is unknown color: approx Riptide. HEX triplet: 9B, DD and C9. RGB value is (155,221,201). Sum of RGB (Red+Green+Blue) = 155+221+201=577 (76% of max value = 765). Red value is 155 (60.94% from 255 or 26.86% from 577); Green value is 221 (86.72% from 255 or 38.30% from 577); Blue value is 201 (78.91% from 255 or 34.84% from 577); Max value from RGB is 221 - color contains mainly: green. Hex color #9BDDC9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9BDDC9 is #642236. Grayscale: #C7C7C7. Windows color (decimal): -6562359 or 13229467. OLE color: 13229467.

HSL color Cylindrical-coordinate representation of color #9BDDC9: hue angle of 161.82º degrees, saturation: 0.49, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9BDDC9 is Cyan = 0.30, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.13.

Color convert

RGB155221201-
CMYK0.3000.090.13
HSL161.82º49.25%73.73%-
HSV(B)161.82º29.86%86.67%-
XYZ49.9262.964.77-
YUV198.99129.1396.63-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 26.86%
GREEN value IS 221 (86.72% from 255) = 38.30%
BLUE value IS 201 (78.91% from 255) = 34.84%
R=26.86%
G=38.30%
B=34.84%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1552212010.3000.090.13161.8249.2573.73
Hex9BDDC91E09Da2314a
Octal233335311360111524261112
Binary10011011110111011100100111110010011101101000101100011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BDDC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,221,201); }

 H1.HeaderClassName
 {
   color: #9BDDC9;
 }
 .AnyTagClassName
 {
   color: #9BDDC9;
 }
</style>
background-color css

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

 a { background-color: rgb(155,221,201); }

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

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

 span { border-color: rgb(155,221,201); }

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