Html Css Color HEX #9BD9C3 Riptide

📋 copy color: '#9BD9C3'

red 155 ◦ green 217 ◦ blue 195

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

Shades of Riptide #9BD9C3

Tints of Riptide #9BD9C3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 34.39%

R = 27.34%
G = 38.27%
B = 34.39%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.10

 K value IS 0.15

RGB Variations

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

Color information

#9BD9C3 (or 0x9BD9C3) is known color: Riptide. HEX triplet: 9B, D9 and C3. RGB value is (155,217,195). Sum of RGB (Red+Green+Blue) = 155+217+195=567 (75% of max value = 765). Red value is 155 (60.94% from 255 or 27.34% from 567); Green value is 217 (85.16% from 255 or 38.27% from 567); Blue value is 195 (76.56% from 255 or 34.39% from 567); Max value from RGB is 217 - color contains mainly: green. Hex color #9BD9C3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9BD9C3 is #64263C. Grayscale: #C3C3C3. Windows color (decimal): -6563389 or 12835227. OLE color: 12835227.

HSL color Cylindrical-coordinate representation of color #9BD9C3: hue angle of 158.71º 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 #9BD9C3 is Cyan = 0.29, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.15.

Color convert

RGB 155 217 195 -
CMYK 0.29 0 0.10 0.15
HSL 158.71º 0.45% 0.73% -
HSV(B) 158.71º 0.29% 0.85% -
XYZ 48.18 60.53 60.77 -
YUV 195.95 127.46 98.79 -
System Red Green Blue C M Y K H S L
Decimal 155 217 195 0.29 0 0.10 0.15 158.71 0.45 0.73
Hex 9B D9 C3 1D 0 A F 9F 2D 49
Octal 233 331 303 35 0 12 17 237 55 111
Binary 10011011 11011001 11000011 11101 0 1010 1111 10011111 101101 1001001

Color Harmonies of #9BD9C3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BD9C3

Black with #9BD9C3

Text Example


Text Example

White with #9BD9C3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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