Html Css Color HEX #9ADFCD Riptide

📋 copy color: '#9ADFCD'

red 154 ◦ green 223 ◦ blue 205

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

Shades of Riptide #9ADFCD

Tints of Riptide #9ADFCD

RGB

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

 GREEN value IS 223 (87.5% from 255) = 38.32%

 BLUE value IS 205 (80.47% from 255) = 35.22%

R = 26.46%
G = 38.32%
B = 35.22%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.08

 K value IS 0.13

RGB Variations

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

Color information

#9ADFCD (or 0x9ADFCD) is known color: Riptide. HEX triplet: 9A, DF and CD. RGB value is (154,223,205). Sum of RGB (Red+Green+Blue) = 154+223+205=582 (77% of max value = 765). Red value is 154 (60.55% from 255 or 26.46% from 582); Green value is 223 (87.5% from 255 or 38.32% from 582); Blue value is 205 (80.47% from 255 or 35.22% from 582); Max value from RGB is 223 - color contains mainly: green. Hex color #9ADFCD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9ADFCD is #652032. Grayscale: #C8C8C8. Windows color (decimal): -6627379 or 13492122. OLE color: 13492122.

HSL color Cylindrical-coordinate representation of color #9ADFCD: hue angle of 164.35º degrees, saturation: 0.52, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #9ADFCD is Cyan = 0.31, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.13.

Color convert

RGB 154 223 205 -
CMYK 0.31 0 0.08 0.13
HSL 164.35º 0.52% 0.74% -
HSV(B) 164.35º 0.31% 0.87% -
XYZ 50.73 64.05 67.45 -
YUV 200.32 130.64 94.96 -
System Red Green Blue C M Y K H S L
Decimal 154 223 205 0.31 0 0.08 0.13 164.35 0.52 0.74
Hex 9A DF CD 1F 0 8 D A4 34 4A
Octal 232 337 315 37 0 10 15 244 64 112
Binary 10011010 11011111 11001101 11111 0 1000 1101 10100100 110100 1001010

Color Harmonies of #9ADFCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9ADFCD

Black with #9ADFCD

Text Example


Text Example

White with #9ADFCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,223,205); }

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

background-color css

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

 a { background-color: rgb(154,223,205); }

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

border-color css

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

 span { border-color: rgb(154,223,205); }

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