Html Css Color HEX #9BDDC9 Riptide

📋 copy color: '#9BDDC9'

red 155 ◦ green 221 ◦ blue 201

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

Shades of Riptide #9BDDC9

Tints of Riptide #9BDDC9

RGB

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

 GREEN value IS 221 (86.72% from 255) = 38.3%

 BLUE value IS 201 (78.91% from 255) = 34.84%

R = 26.86%
G = 38.3%
B = 34.84%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.09

 K value IS 0.13

RGB Variations

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

Color information

#9BDDC9 (or 0x9BDDC9) is known color: Riptide. HEX triplet: 9B, DD and C9. RGB value is (155,221,201). Sum of RGB (Red+Green+Blue) = 155+221+201=577 (76% of max value = 765). Red value is 155 (60.94% from 255 or 26.86% from 577); Green value is 221 (86.72% from 255 or 38.30% from 577); Blue value is 201 (78.91% from 255 or 34.84% from 577); Max value from RGB is 221 - color contains mainly: green. Hex color #9BDDC9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9BDDC9 is #642236. Grayscale: #C7C7C7. Windows color (decimal): -6562359 or 13229467. OLE color: 13229467.

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

Color convert

RGB 155 221 201 -
CMYK 0.30 0 0.09 0.13
HSL 161.82º 0.49% 0.74% -
HSV(B) 161.82º 0.3% 0.87% -
XYZ 49.92 62.9 64.77 -
YUV 198.99 129.13 96.63 -
System Red Green Blue C M Y K H S L
Decimal 155 221 201 0.30 0 0.09 0.13 161.82 0.49 0.74
Hex 9B DD C9 1E 0 9 D A2 31 4A
Octal 233 335 311 36 0 11 15 242 61 112
Binary 10011011 11011101 11001001 11110 0 1001 1101 10100010 110001 1001010

Color Harmonies of #9BDDC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BDDC9

Black with #9BDDC9

Text Example


Text Example

White with #9BDDC9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,221,201); }

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

background-color css

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

 a { background-color: rgb(155,221,201); }

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

border-color css

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

 span { border-color: rgb(155,221,201); }

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