#9AD3C4

Color #9AD3C4 Riptide (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Riptide #9AD3C4

Tints of Riptide #9AD3C4

Color information

#9AD3C4 (or 0x9AD3C4) is unknown color: approx Riptide. HEX triplet: 9A, D3 and C4. RGB value is (154,211,196). Sum of RGB (Red+Green+Blue) = 154+211+196=561 (74% of max value = 765). Red value is 154 (60.55% from 255 or 27.45% from 561); Green value is 211 (82.81% from 255 or 37.61% from 561); Blue value is 196 (76.95% from 255 or 34.94% from 561); Max value from RGB is 211 - color contains mainly: green. Hex color #9AD3C4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9AD3C4 is #652C3B. Grayscale: #C0C0C0. Windows color (decimal): -6630460 or 12899226. OLE color: 12899226.

HSL color Cylindrical-coordinate representation of color #9AD3C4: hue angle of 164.21º degrees, saturation: 0.39, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #9AD3C4 is Cyan = 0.27, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.17.

Color convert

RGB154211196-
CMYK0.2700.070.17
HSL164.21º39.31%71.57%-
HSV(B)164.21º27.01%82.75%-
XYZ46.5857.4460.86-
YUV192.25130.12100.72-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 27.45%
GREEN value IS 211 (82.81% from 255) = 37.61%
BLUE value IS 196 (76.95% from 255) = 34.94%
R=27.45%
G=37.61%
B=34.94%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1542111960.2700.070.17164.2139.3171.57
Hex9AD3C41B0711a42748
Octal23232330433072124447110
Binary10011010110100111100010011011011110001101001001001111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AD3C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,211,196); }

 H1.HeaderClassName
 {
   color: #9AD3C4;
 }
 .AnyTagClassName
 {
   color: #9AD3C4;
 }
</style>
background-color css

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

 a { background-color: rgb(154,211,196); }

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

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

 span { border-color: rgb(154,211,196); }

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