Html Css Color HEX #8FEDD0 Riptide

📋 copy color: '#8FEDD0'

red 143 ◦ green 237 ◦ blue 208

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

Shades of Riptide #8FEDD0

Tints of Riptide #8FEDD0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 35.37%

R = 24.32%
G = 40.31%
B = 35.37%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.12

 K value IS 0.07

RGB Variations

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

Color information

#8FEDD0 (or 0x8FEDD0) is known color: Riptide. HEX triplet: 8F, ED and D0. RGB value is (143,237,208). Sum of RGB (Red+Green+Blue) = 143+237+208=588 (77% of max value = 765). Red value is 143 (56.25% from 255 or 24.32% from 588); Green value is 237 (92.97% from 255 or 40.31% from 588); Blue value is 208 (81.64% from 255 or 35.37% from 588); Max value from RGB is 237 - color contains mainly: green. Hex color #8FEDD0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8FEDD0 is #70122F. Grayscale: #CDCDCD. Windows color (decimal): -7344688 or 13692303. OLE color: 13692303.

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

Color convert

RGB 143 237 208 -
CMYK 0.40 0 0.12 0.07
HSL 161.49º 0.72% 0.75% -
HSV(B) 161.49º 0.4% 0.93% -
XYZ 53 70.96 70.58 -
YUV 205.59 129.36 83.36 -
System Red Green Blue C M Y K H S L
Decimal 143 237 208 0.40 0 0.12 0.07 161.49 0.72 0.75
Hex 8F ED D0 28 0 C 7 A1 48 4B
Octal 217 355 320 50 0 14 7 241 110 113
Binary 10001111 11101101 11010000 101000 0 1100 111 10100001 1001000 1001011

Color Harmonies of #8FEDD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8FEDD0

Black with #8FEDD0

Text Example


Text Example

White with #8FEDD0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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