Html Css Color HEX #8AD9CE Riptide

📋 copy color: '#8AD9CE'

red 138 ◦ green 217 ◦ blue 206

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

Shades of Riptide #8AD9CE

Tints of Riptide #8AD9CE

RGB

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

 GREEN value IS 217 (85.16% from 255) = 38.68%

 BLUE value IS 206 (80.86% from 255) = 36.72%

R = 24.6%
G = 38.68%
B = 36.72%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.05

 K value IS 0.15

RGB Variations

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

Color information

#8AD9CE (or 0x8AD9CE) is known color: Riptide. HEX triplet: 8A, D9 and CE. RGB value is (138,217,206). Sum of RGB (Red+Green+Blue) = 138+217+206=561 (74% of max value = 765). Red value is 138 (54.30% from 255 or 24.60% from 561); Green value is 217 (85.16% from 255 or 38.68% from 561); Blue value is 206 (80.86% from 255 or 36.72% from 561); Max value from RGB is 217 - color contains mainly: green. Hex color #8AD9CE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8AD9CE is #752631. Grayscale: #C0C0C0. Windows color (decimal): -7677490 or 13556106. OLE color: 13556106.

HSL color Cylindrical-coordinate representation of color #8AD9CE: hue angle of 171.65º degrees, saturation: 0.51, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8AD9CE is Cyan = 0.36, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.15.

Color convert

RGB 138 217 206 -
CMYK 0.36 0 0.05 0.15
HSL 171.65º 0.51% 0.7% -
HSV(B) 171.65º 0.36% 0.85% -
XYZ 46.43 59.49 67.43 -
YUV 192.13 135.83 89.39 -
System Red Green Blue C M Y K H S L
Decimal 138 217 206 0.36 0 0.05 0.15 171.65 0.51 0.7
Hex 8A D9 CE 24 0 5 F AC 33 46
Octal 212 331 316 44 0 5 17 254 63 106
Binary 10001010 11011001 11001110 100100 0 101 1111 10101100 110011 1000110

Color Harmonies of #8AD9CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AD9CE

Black with #8AD9CE

Text Example


Text Example

White with #8AD9CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,217,206); }

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

background-color css

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

 a { background-color: rgb(138,217,206); }

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

border-color css

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

 span { border-color: rgb(138,217,206); }

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