Html Css Color HEX #8FEDD6 Riptide

📋 copy color: '#8FEDD6'

red 143 ◦ green 237 ◦ blue 214

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

Shades of Riptide #8FEDD6

Tints of Riptide #8FEDD6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 36.03%

R = 24.07%
G = 39.9%
B = 36.03%

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

#8FEDD6 (or 0x8FEDD6) is known color: Riptide. HEX triplet: 8F, ED and D6. RGB value is (143,237,214). Sum of RGB (Red+Green+Blue) = 143+237+214=594 (78% of max value = 765). Red value is 143 (56.25% from 255 or 24.07% from 594); Green value is 237 (92.97% from 255 or 39.90% from 594); Blue value is 214 (83.98% from 255 or 36.03% from 594); Max value from RGB is 237 - color contains mainly: green. Hex color #8FEDD6 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8FEDD6 is #701229. Grayscale: #CECECE. Windows color (decimal): -7344682 or 14085519. OLE color: 14085519.

HSL color Cylindrical-coordinate representation of color #8FEDD6: hue angle of 165.32º 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 #8FEDD6 is Cyan = 0.40, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.07.

Color convert

RGB 143 237 214 -
CMYK 0.40 0 0.10 0.07
HSL 165.32º 0.72% 0.75% -
HSV(B) 165.32º 0.4% 0.93% -
XYZ 53.75 71.26 74.54 -
YUV 206.27 132.36 82.87 -
System Red Green Blue C M Y K H S L
Decimal 143 237 214 0.40 0 0.10 0.07 165.32 0.72 0.75
Hex 8F ED D6 28 0 A 7 A5 48 4B
Octal 217 355 326 50 0 12 7 245 110 113
Binary 10001111 11101101 11010110 101000 0 1010 111 10100101 1001000 1001011

Color Harmonies of #8FEDD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8FEDD6

Black with #8FEDD6

Text Example


Text Example

White with #8FEDD6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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