Html Css Color HEX #9BDAC8 Riptide

📋 copy color: '#9BDAC8'

red 155 ◦ green 218 ◦ blue 200

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

Shades of Riptide #9BDAC8

Tints of Riptide #9BDAC8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 34.9%

R = 27.05%
G = 38.05%
B = 34.9%

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

#9BDAC8 (or 0x9BDAC8) is known color: Riptide. HEX triplet: 9B, DA and C8. RGB value is (155,218,200). Sum of RGB (Red+Green+Blue) = 155+218+200=573 (75% of max value = 765). Red value is 155 (60.94% from 255 or 27.05% from 573); Green value is 218 (85.55% from 255 or 38.05% from 573); Blue value is 200 (78.52% from 255 or 34.90% from 573); Max value from RGB is 218 - color contains mainly: green. Hex color #9BDAC8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9BDAC8 is #642537. Grayscale: #C5C5C5. Windows color (decimal): -6563128 or 13163163. OLE color: 13163163.

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

Color convert

RGB 155 218 200 -
CMYK 0.29 0 0.08 0.15
HSL 162.86º 0.46% 0.73% -
HSV(B) 162.86º 0.29% 0.85% -
XYZ 49.01 61.28 63.89 -
YUV 197.11 129.63 97.96 -
System Red Green Blue C M Y K H S L
Decimal 155 218 200 0.29 0 0.08 0.15 162.86 0.46 0.73
Hex 9B DA C8 1D 0 8 F A3 2E 49
Octal 233 332 310 35 0 10 17 243 56 111
Binary 10011011 11011010 11001000 11101 0 1000 1111 10100011 101110 1001001

Color Harmonies of #9BDAC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BDAC8

Black with #9BDAC8

Text Example


Text Example

White with #9BDAC8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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