Html Css Color HEX #9AD8C3 Riptide

📋 copy color: '#9AD8C3'

red 154 ◦ green 216 ◦ blue 195

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

Shades of Riptide #9AD8C3

Tints of Riptide #9AD8C3

RGB

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

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

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

R = 27.26%
G = 38.23%
B = 34.51%

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

#9AD8C3 (or 0x9AD8C3) is known color: Riptide. HEX triplet: 9A, D8 and C3. RGB value is (154,216,195). Sum of RGB (Red+Green+Blue) = 154+216+195=565 (74% of max value = 765). Red value is 154 (60.55% from 255 or 27.26% from 565); Green value is 216 (84.77% from 255 or 38.23% from 565); Blue value is 195 (76.56% from 255 or 34.51% from 565); Max value from RGB is 216 - color contains mainly: green. Hex color #9AD8C3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9AD8C3 is #65273C. Grayscale: #C3C3C3. Windows color (decimal): -6629181 or 12834970. OLE color: 12834970.

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

Color convert

RGB 154 216 195 -
CMYK 0.29 0 0.10 0.15
HSL 159.68º 0.44% 0.73% -
HSV(B) 159.68º 0.29% 0.85% -
XYZ 47.73 59.92 60.68 -
YUV 195.07 127.96 98.71 -
System Red Green Blue C M Y K H S L
Decimal 154 216 195 0.29 0 0.10 0.15 159.68 0.44 0.73
Hex 9A D8 C3 1D 0 A F A0 2C 49
Octal 232 330 303 35 0 12 17 240 54 111
Binary 10011010 11011000 11000011 11101 0 1010 1111 10100000 101100 1001001

Color Harmonies of #9AD8C3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9AD8C3

Black with #9AD8C3

Text Example


Text Example

White with #9AD8C3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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