Html Css Color HEX #9AD8C7 Riptide

📋 copy color: '#9AD8C7'

red 154 ◦ green 216 ◦ blue 199

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

Shades of Riptide #9AD8C7

Tints of Riptide #9AD8C7

RGB

 RED value IS 154 (60.55% from 255) = 27.07%

 GREEN value IS 216 (84.77% from 255) = 37.96%

 BLUE value IS 199 (78.13% from 255) = 34.97%

R = 27.07%
G = 37.96%
B = 34.97%

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

#9AD8C7 (or 0x9AD8C7) is known color: Riptide. HEX triplet: 9A, D8 and C7. RGB value is (154,216,199). Sum of RGB (Red+Green+Blue) = 154+216+199=569 (75% of max value = 765). Red value is 154 (60.55% from 255 or 27.07% from 569); Green value is 216 (84.77% from 255 or 37.96% from 569); Blue value is 199 (78.12% from 255 or 34.97% from 569); Max value from RGB is 216 - color contains mainly: green. Hex color #9AD8C7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9AD8C7 is #652738. Grayscale: #C3C3C3. Windows color (decimal): -6629177 or 13097114. OLE color: 13097114.

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

Color convert

RGB 154 216 199 -
CMYK 0.29 0 0.08 0.15
HSL 163.55º 0.44% 0.73% -
HSV(B) 163.55º 0.29% 0.85% -
XYZ 48.19 60.11 63.09 -
YUV 195.52 129.96 98.38 -
System Red Green Blue C M Y K H S L
Decimal 154 216 199 0.29 0 0.08 0.15 163.55 0.44 0.73
Hex 9A D8 C7 1D 0 8 F A4 2C 49
Octal 232 330 307 35 0 10 17 244 54 111
Binary 10011010 11011000 11000111 11101 0 1000 1111 10100100 101100 1001001

Color Harmonies of #9AD8C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9AD8C7

Black with #9AD8C7

Text Example


Text Example

White with #9AD8C7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,216,199); }

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

background-color css

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

 a { background-color: rgb(154,216,199); }

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

border-color css

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

 span { border-color: rgb(154,216,199); }

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