#9BDFC6

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

Shades of Riptide #9BDFC6

Tints of Riptide #9BDFC6

Color information

#9BDFC6 (or 0x9BDFC6) is unknown color: approx Riptide. HEX triplet: 9B, DF and C6. RGB value is (155,223,198). Sum of RGB (Red+Green+Blue) = 155+223+198=576 (76% of max value = 765). Red value is 155 (60.94% from 255 or 26.91% from 576); Green value is 223 (87.5% from 255 or 38.72% from 576); Blue value is 198 (77.73% from 255 or 34.38% from 576); Max value from RGB is 223 - color contains mainly: green. Hex color #9BDFC6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9BDFC6 is #642039. Grayscale: #C7C7C7. Windows color (decimal): -6561850 or 13033371. OLE color: 13033371.

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

Color convert

RGB155223198-
CMYK0.3000.110.13
HSL157.94º51.52%74.12%-
HSV(B)157.94º30.49%87.45%-
XYZ50.163.8263.1-
YUV199.82126.9796.03-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 26.91%
GREEN value IS 223 (87.5% from 255) = 38.72%
BLUE value IS 198 (77.73% from 255) = 34.38%
R=26.91%
G=38.72%
B=34.38%

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
Decimal1552231980.3000.110.13157.9451.5274.12
Hex9BDFC61E0BD9e344a
Octal233337306360131523664112
Binary10011011110111111100011011110010111101100111101101001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BDFC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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