Html Css Color HEX #8FEDD5 Riptide

📋 copy color: '#8FEDD5'

red 143 ◦ green 237 ◦ blue 213

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

Shades of Riptide #8FEDD5

Tints of Riptide #8FEDD5

RGB

 RED value IS 143 (56.25% from 255) = 24.11%

 GREEN value IS 237 (92.97% from 255) = 39.97%

 BLUE value IS 213 (83.59% from 255) = 35.92%

R = 24.11%
G = 39.97%
B = 35.92%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.10

 K value IS 0.07

RGB Variations

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

Color information

#8FEDD5 (or 0x8FEDD5) is known color: Riptide. HEX triplet: 8F, ED and D5. RGB value is (143,237,213). Sum of RGB (Red+Green+Blue) = 143+237+213=593 (78% of max value = 765). Red value is 143 (56.25% from 255 or 24.11% from 593); Green value is 237 (92.97% from 255 or 39.97% from 593); Blue value is 213 (83.59% from 255 or 35.92% from 593); Max value from RGB is 237 - color contains mainly: green. Hex color #8FEDD5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8FEDD5 is #70122A. Grayscale: #CECECE. Windows color (decimal): -7344683 or 14019983. OLE color: 14019983.

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

Color convert

RGB 143 237 213 -
CMYK 0.40 0 0.10 0.07
HSL 164.68º 0.72% 0.75% -
HSV(B) 164.68º 0.4% 0.93% -
XYZ 53.62 71.21 73.87 -
YUV 206.16 131.86 82.95 -
System Red Green Blue C M Y K H S L
Decimal 143 237 213 0.40 0 0.10 0.07 164.68 0.72 0.75
Hex 8F ED D5 28 0 A 7 A5 48 4B
Octal 217 355 325 50 0 12 7 245 110 113
Binary 10001111 11101101 11010101 101000 0 1010 111 10100101 1001000 1001011

Color Harmonies of #8FEDD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8FEDD5

Black with #8FEDD5

Text Example


Text Example

White with #8FEDD5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,237,213); }

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

background-color css

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

 a { background-color: rgb(143,237,213); }

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

border-color css

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

 span { border-color: rgb(143,237,213); }

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