#9DDBC5

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

Shades of Riptide #9DDBC5

Tints of Riptide #9DDBC5

Color information

#9DDBC5 (or 0x9DDBC5) is unknown color: approx Riptide. HEX triplet: 9D, DB and C5. RGB value is (157,219,197). Sum of RGB (Red+Green+Blue) = 157+219+197=573 (75% of max value = 765). Red value is 157 (61.72% from 255 or 27.40% from 573); Green value is 219 (85.94% from 255 or 38.22% from 573); Blue value is 197 (77.34% from 255 or 34.38% from 573); Max value from RGB is 219 - color contains mainly: green. Hex color #9DDBC5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9DDBC5 is #62243A. Grayscale: #C5C5C5. Windows color (decimal): -6431803 or 12966813. OLE color: 12966813.

HSL color Cylindrical-coordinate representation of color #9DDBC5: hue angle of 158.71º degrees, saturation: 0.46, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #9DDBC5 is Cyan = 0.28, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.14.

Color convert

RGB157219197-
CMYK0.2800.100.14
HSL158.71º46.27%73.73%-
HSV(B)158.71º28.31%85.88%-
XYZ49.3161.8662.16-
YUV197.95127.4698.79-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 27.40%
GREEN value IS 219 (85.94% from 255) = 38.22%
BLUE value IS 197 (77.34% from 255) = 34.38%
R=27.40%
G=38.22%
B=34.38%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1572191970.2800.100.14158.7146.2773.73
Hex9DDBC51C0AE9f2e4a
Octal235333305340121623756112
Binary10011101110110111100010111100010101110100111111011101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DDBC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,219,197); }

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

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

 a { background-color: rgb(157,219,197); }

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

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

 span { border-color: rgb(157,219,197); }

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