Html Css Color HEX #8AD9CC Riptide

📋 copy color: '#8AD9CC'

red 138 ◦ green 217 ◦ blue 204

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

Shades of Riptide #8AD9CC

Tints of Riptide #8AD9CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 36.49%

R = 24.69%
G = 38.82%
B = 36.49%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.06

 K value IS 0.15

RGB Variations

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

Color information

#8AD9CC (or 0x8AD9CC) is known color: Riptide. HEX triplet: 8A, D9 and CC. RGB value is (138,217,204). Sum of RGB (Red+Green+Blue) = 138+217+204=559 (74% of max value = 765). Red value is 138 (54.30% from 255 or 24.69% from 559); Green value is 217 (85.16% from 255 or 38.82% from 559); Blue value is 204 (80.08% from 255 or 36.49% from 559); Max value from RGB is 217 - color contains mainly: green. Hex color #8AD9CC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8AD9CC is #752633. Grayscale: #BFBFBF. Windows color (decimal): -7677492 or 13425034. OLE color: 13425034.

HSL color Cylindrical-coordinate representation of color #8AD9CC: hue angle of 170.13º 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 #8AD9CC is Cyan = 0.36, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.15.

Color convert

RGB 138 217 204 -
CMYK 0.36 0 0.06 0.15
HSL 170.13º 0.51% 0.7% -
HSV(B) 170.13º 0.36% 0.85% -
XYZ 46.19 59.39 66.16 -
YUV 191.9 134.83 89.56 -
System Red Green Blue C M Y K H S L
Decimal 138 217 204 0.36 0 0.06 0.15 170.13 0.51 0.7
Hex 8A D9 CC 24 0 6 F AA 33 46
Octal 212 331 314 44 0 6 17 252 63 106
Binary 10001010 11011001 11001100 100100 0 110 1111 10101010 110011 1000110

Color Harmonies of #8AD9CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AD9CC

Black with #8AD9CC

Text Example


Text Example

White with #8AD9CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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