Html Css Color HEX #8ADACE Riptide

📋 copy color: '#8ADACE'

red 138 ◦ green 218 ◦ blue 206

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

Shades of Riptide #8ADACE

Tints of Riptide #8ADACE

RGB

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

 GREEN value IS 218 (85.55% from 255) = 38.79%

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

R = 24.56%
G = 38.79%
B = 36.65%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.06

 K value IS 0.15

RGB Variations

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

Color information

#8ADACE (or 0x8ADACE) is known color: Riptide. HEX triplet: 8A, DA and CE. RGB value is (138,218,206). Sum of RGB (Red+Green+Blue) = 138+218+206=562 (74% of max value = 765). Red value is 138 (54.30% from 255 or 24.56% from 562); Green value is 218 (85.55% from 255 or 38.79% from 562); Blue value is 206 (80.86% from 255 or 36.65% from 562); Max value from RGB is 218 - color contains mainly: green. Hex color #8ADACE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8ADACE is #752531. Grayscale: #C0C0C0. Windows color (decimal): -7677234 or 13556362. OLE color: 13556362.

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

Color convert

RGB 138 218 206 -
CMYK 0.37 0 0.06 0.15
HSL 171º 0.52% 0.7% -
HSV(B) 171º 0.37% 0.85% -
XYZ 46.69 60 67.51 -
YUV 192.71 135.5 88.98 -
System Red Green Blue C M Y K H S L
Decimal 138 218 206 0.37 0 0.06 0.15 171 0.52 0.7
Hex 8A DA CE 25 0 6 F AB 34 46
Octal 212 332 316 45 0 6 17 253 64 106
Binary 10001010 11011010 11001110 100101 0 110 1111 10101011 110100 1000110

Color Harmonies of #8ADACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8ADACE

Black with #8ADACE

Text Example


Text Example

White with #8ADACE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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