#9BDFC7

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

Shades of Riptide #9BDFC7

Tints of Riptide #9BDFC7

Color information

#9BDFC7 (or 0x9BDFC7) is unknown color: approx Riptide. HEX triplet: 9B, DF and C7. RGB value is (155,223,199). Sum of RGB (Red+Green+Blue) = 155+223+199=577 (76% of max value = 765). Red value is 155 (60.94% from 255 or 26.86% from 577); Green value is 223 (87.5% from 255 or 38.65% from 577); Blue value is 199 (78.12% from 255 or 34.49% from 577); Max value from RGB is 223 - color contains mainly: green. Hex color #9BDFC7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9BDFC7 is #642038. Grayscale: #C7C7C7. Windows color (decimal): -6561849 or 13098907. OLE color: 13098907.

HSL color Cylindrical-coordinate representation of color #9BDFC7: hue angle of 158.82º degrees, saturation: 0.52, 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 #9BDFC7 is Cyan = 0.30, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.13.

Color convert

RGB155223199-
CMYK0.3000.110.13
HSL158.82º51.52%74.12%-
HSV(B)158.82º30.49%87.45%-
XYZ50.2163.8763.71-
YUV199.93127.4795.95-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 26.86%
GREEN value IS 223 (87.5% from 255) = 38.65%
BLUE value IS 199 (78.12% from 255) = 34.49%
R=26.86%
G=38.65%
B=34.49%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1552231990.3000.110.13158.8251.5274.12
Hex9BDFC71E0BD9f344a
Octal233337307360131523764112
Binary10011011110111111100011111110010111101100111111101001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BDFC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,223,199); }

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

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

 a { background-color: rgb(155,223,199); }

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

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

 span { border-color: rgb(155,223,199); }

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