Html Css Color HEX #9BDAC9 Riptide

📋 copy color: '#9BDAC9'

red 155 ◦ green 218 ◦ blue 201

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

Shades of Riptide #9BDAC9

Tints of Riptide #9BDAC9

RGB

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

 GREEN value IS 218 (85.55% from 255) = 37.98%

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

R = 27%
G = 37.98%
B = 35.02%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.08

 K value IS 0.15

RGB Variations

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

Color information

#9BDAC9 (or 0x9BDAC9) is known color: Riptide. HEX triplet: 9B, DA and C9. RGB value is (155,218,201). Sum of RGB (Red+Green+Blue) = 155+218+201=574 (76% of max value = 765). Red value is 155 (60.94% from 255 or 27.00% from 574); Green value is 218 (85.55% from 255 or 37.98% from 574); Blue value is 201 (78.91% from 255 or 35.02% from 574); Max value from RGB is 218 - color contains mainly: green. Hex color #9BDAC9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9BDAC9 is #642536. Grayscale: #C5C5C5. Windows color (decimal): -6563127 or 13228699. OLE color: 13228699.

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

Color convert

RGB 155 218 201 -
CMYK 0.29 0 0.08 0.15
HSL 163.81º 0.46% 0.73% -
HSV(B) 163.81º 0.29% 0.85% -
XYZ 49.13 61.33 64.51 -
YUV 197.23 130.13 97.88 -
System Red Green Blue C M Y K H S L
Decimal 155 218 201 0.29 0 0.08 0.15 163.81 0.46 0.73
Hex 9B DA C9 1D 0 8 F A4 2E 49
Octal 233 332 311 35 0 10 17 244 56 111
Binary 10011011 11011010 11001001 11101 0 1000 1111 10100100 101110 1001001

Color Harmonies of #9BDAC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BDAC9

Black with #9BDAC9

Text Example


Text Example

White with #9BDAC9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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