Html Css Color HEX #8AE7DB Riptide

📋 copy color: '#8AE7DB'

red 138 ◦ green 231 ◦ blue 219

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

Shades of Riptide #8AE7DB

Tints of Riptide #8AE7DB

RGB

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

 GREEN value IS 231 (90.63% from 255) = 39.29%

 BLUE value IS 219 (85.94% from 255) = 37.24%

R = 23.47%
G = 39.29%
B = 37.24%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.05

 K value IS 0.09

RGB Variations

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

Color information

#8AE7DB (or 0x8AE7DB) is known color: Riptide. HEX triplet: 8A, E7 and DB. RGB value is (138,231,219). Sum of RGB (Red+Green+Blue) = 138+231+219=588 (77% of max value = 765). Red value is 138 (54.30% from 255 or 23.47% from 588); Green value is 231 (90.62% from 255 or 39.29% from 588); Blue value is 219 (85.94% from 255 or 37.24% from 588); Max value from RGB is 231 - color contains mainly: green. Hex color #8AE7DB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8AE7DB is #751824. Grayscale: #C9C9C9. Windows color (decimal): -7673893 or 14411658. OLE color: 14411658.

HSL color Cylindrical-coordinate representation of color #8AE7DB: hue angle of 172.26º degrees, saturation: 0.66, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8AE7DB is Cyan = 0.40, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.09.

Color convert

RGB 138 231 219 -
CMYK 0.40 0 0.05 0.09
HSL 172.26º 0.66% 0.72% -
HSV(B) 172.26º 0.4% 0.91% -
XYZ 51.84 67.67 77.35 -
YUV 201.83 137.69 82.48 -
System Red Green Blue C M Y K H S L
Decimal 138 231 219 0.40 0 0.05 0.09 172.26 0.66 0.72
Hex 8A E7 DB 28 0 5 9 AC 42 48
Octal 212 347 333 50 0 5 11 254 102 110
Binary 10001010 11100111 11011011 101000 0 101 1001 10101100 1000010 1001000

Color Harmonies of #8AE7DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AE7DB

Black with #8AE7DB

Text Example


Text Example

White with #8AE7DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,231,219); }

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

background-color css

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

 a { background-color: rgb(138,231,219); }

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

border-color css

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

 span { border-color: rgb(138,231,219); }

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