Html Css Color HEX #8AD5D1 Riptide

📋 copy color: '#8AD5D1'

red 138 ◦ green 213 ◦ blue 209

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

Shades of Riptide #8AD5D1

Tints of Riptide #8AD5D1

RGB

 RED value IS 138 (54.3% from 255) = 24.64%

 GREEN value IS 213 (83.59% from 255) = 38.04%

 BLUE value IS 209 (82.03% from 255) = 37.32%

R = 24.64%
G = 38.04%
B = 37.32%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.02

 K value IS 0.16

RGB Variations

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

Color information

#8AD5D1 (or 0x8AD5D1) is known color: Riptide. HEX triplet: 8A, D5 and D1. RGB value is (138,213,209). Sum of RGB (Red+Green+Blue) = 138+213+209=560 (74% of max value = 765). Red value is 138 (54.30% from 255 or 24.64% from 560); Green value is 213 (83.59% from 255 or 38.04% from 560); Blue value is 209 (82.03% from 255 or 37.32% from 560); Max value from RGB is 213 - color contains mainly: green. Hex color #8AD5D1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8AD5D1 is #752A2E. Grayscale: #BEBEBE. Windows color (decimal): -7678511 or 13751690. OLE color: 13751690.

HSL color Cylindrical-coordinate representation of color #8AD5D1: hue angle of 176.8º degrees, saturation: 0.47, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #8AD5D1 is Cyan = 0.35, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.16.

Color convert

RGB 138 213 209 -
CMYK 0.35 0 0.02 0.16
HSL 176.8º 0.47% 0.69% -
HSV(B) 176.8º 0.35% 0.84% -
XYZ 45.78 57.6 69.03 -
YUV 190.12 138.65 90.83 -
System Red Green Blue C M Y K H S L
Decimal 138 213 209 0.35 0 0.02 0.16 176.8 0.47 0.69
Hex 8A D5 D1 23 0 2 10 B1 2F 45
Octal 212 325 321 43 0 2 20 261 57 105
Binary 10001010 11010101 11010001 100011 0 10 10000 10110001 101111 1000101

Color Harmonies of #8AD5D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AD5D1

Black with #8AD5D1

Text Example


Text Example

White with #8AD5D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8AD5D1; }

 p { color: rgb(138,213,209); }

 H1.HeaderClassName
 {
   color: #8AD5D1;
 }
 .AnyTagClassName
 {
   color: #8AD5D1;
 }
</style>

background-color css

<style>
 a { background-color: #8AD5D1; }

 a { background-color: rgb(138,213,209); }

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

border-color css

<style>
 span { border-color: #8AD5D1; }

 span { border-color: rgb(138,213,209); }

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