Html Css Color HEX #8AE6DF Riptide

📋 copy color: '#8AE6DF'

red 138 ◦ green 230 ◦ blue 223

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

Shades of Riptide #8AE6DF

Tints of Riptide #8AE6DF

RGB

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

 GREEN value IS 230 (90.23% from 255) = 38.92%

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

R = 23.35%
G = 38.92%
B = 37.73%

CMYK

 C value IS 0.4

 M value IS 0

 Y value IS 0.03

 K value IS 0.10

RGB Variations

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

Color information

#8AE6DF (or 0x8AE6DF) is known color: Riptide. HEX triplet: 8A, E6 and DF. RGB value is (138,230,223). Sum of RGB (Red+Green+Blue) = 138+230+223=591 (78% of max value = 765). Red value is 138 (54.30% from 255 or 23.35% from 591); Green value is 230 (90.23% from 255 or 38.92% from 591); Blue value is 223 (87.5% from 255 or 37.73% from 591); Max value from RGB is 230 - color contains mainly: green. Hex color #8AE6DF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8AE6DF is #751920. Grayscale: #C9C9C9. Windows color (decimal): -7674145 or 14673546. OLE color: 14673546.

HSL color Cylindrical-coordinate representation of color #8AE6DF: hue angle of 175.43º degrees, saturation: 0.65, 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 #8AE6DF is Cyan = 0.4, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.10.

Color convert

RGB 138 230 223 -
CMYK 0.4 0 0.03 0.10
HSL 175.43º 0.65% 0.72% -
HSV(B) 175.43º 0.4% 0.9% -
XYZ 52.1 67.32 80.06 -
YUV 201.69 140.02 82.57 -
System Red Green Blue C M Y K H S L
Decimal 138 230 223 0.4 0 0.03 0.10 175.43 0.65 0.72
Hex 8A E6 DF 28 0 3 A AF 41 48
Octal 212 346 337 50 0 3 12 257 101 110
Binary 10001010 11100110 11011111 101000 0 11 1010 10101111 1000001 1001000

Color Harmonies of #8AE6DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AE6DF

Black with #8AE6DF

Text Example


Text Example

White with #8AE6DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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