Html Css Color HEX #8AE5DF Riptide

📋 copy color: '#8AE5DF'

red 138 ◦ green 229 ◦ blue 223

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

Shades of Riptide #8AE5DF

Tints of Riptide #8AE5DF

RGB

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

 GREEN value IS 229 (89.84% from 255) = 38.81%

 BLUE value IS 223 (87.5% from 255) = 37.8%

R = 23.39%
G = 38.81%
B = 37.8%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.03

 K value IS 0.10

RGB Variations

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

Color information

#8AE5DF (or 0x8AE5DF) is known color: Riptide. HEX triplet: 8A, E5 and DF. RGB value is (138,229,223). Sum of RGB (Red+Green+Blue) = 138+229+223=590 (78% of max value = 765). Red value is 138 (54.30% from 255 or 23.39% from 590); Green value is 229 (89.84% from 255 or 38.81% from 590); Blue value is 223 (87.5% from 255 or 37.80% from 590); Max value from RGB is 229 - color contains mainly: green. Hex color #8AE5DF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8AE5DF is #751A20. Grayscale: #C9C9C9. Windows color (decimal): -7674401 or 14673290. OLE color: 14673290.

HSL color Cylindrical-coordinate representation of color #8AE5DF: hue angle of 176.04º degrees, saturation: 0.64, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8AE5DF is Cyan = 0.40, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.10.

Color convert

RGB 138 229 223 -
CMYK 0.40 0 0.03 0.10
HSL 176.04º 0.64% 0.72% -
HSV(B) 176.04º 0.4% 0.9% -
XYZ 51.82 66.77 79.97 -
YUV 201.11 140.35 82.99 -
System Red Green Blue C M Y K H S L
Decimal 138 229 223 0.40 0 0.03 0.10 176.04 0.64 0.72
Hex 8A E5 DF 28 0 3 A B0 40 48
Octal 212 345 337 50 0 3 12 260 100 110
Binary 10001010 11100101 11011111 101000 0 11 1010 10110000 1000000 1001000

Color Harmonies of #8AE5DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AE5DF

Black with #8AE5DF

Text Example


Text Example

White with #8AE5DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,229,223); }

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

background-color css

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

 a { background-color: rgb(138,229,223); }

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

border-color css

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

 span { border-color: rgb(138,229,223); }

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