Html Css Color HEX #9BD9C6 Riptide

📋 copy color: '#9BD9C6'

red 155 ◦ green 217 ◦ blue 198

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

Shades of Riptide #9BD9C6

Tints of Riptide #9BD9C6

RGB

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

 GREEN value IS 217 (85.16% from 255) = 38.07%

 BLUE value IS 198 (77.73% from 255) = 34.74%

R = 27.19%
G = 38.07%
B = 34.74%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.09

 K value IS 0.15

RGB Variations

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

Color information

#9BD9C6 (or 0x9BD9C6) is known color: Riptide. HEX triplet: 9B, D9 and C6. RGB value is (155,217,198). Sum of RGB (Red+Green+Blue) = 155+217+198=570 (75% of max value = 765). Red value is 155 (60.94% from 255 or 27.19% from 570); Green value is 217 (85.16% from 255 or 38.07% from 570); Blue value is 198 (77.73% from 255 or 34.74% from 570); Max value from RGB is 217 - color contains mainly: green. Hex color #9BD9C6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9BD9C6 is #642639. Grayscale: #C4C4C4. Windows color (decimal): -6563386 or 13031835. OLE color: 13031835.

HSL color Cylindrical-coordinate representation of color #9BD9C6: hue angle of 161.61º degrees, saturation: 0.45, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9BD9C6 is Cyan = 0.29, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.15.

Color convert

RGB 155 217 198 -
CMYK 0.29 0 0.09 0.15
HSL 161.61º 0.45% 0.73% -
HSV(B) 161.61º 0.29% 0.85% -
XYZ 48.52 60.67 62.58 -
YUV 196.3 128.96 98.54 -
System Red Green Blue C M Y K H S L
Decimal 155 217 198 0.29 0 0.09 0.15 161.61 0.45 0.73
Hex 9B D9 C6 1D 0 9 F A2 2D 49
Octal 233 331 306 35 0 11 17 242 55 111
Binary 10011011 11011001 11000110 11101 0 1001 1111 10100010 101101 1001001

Color Harmonies of #9BD9C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BD9C6

Black with #9BD9C6

Text Example


Text Example

White with #9BD9C6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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